mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
Referral name is required
This commit is contained in:
parent
8cb413d5fd
commit
83c5eded80
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
<div class="d-flex mb-3">
|
||||
<div class="mr-2">
|
||||
<input name="name" class="form-control" value="{{ referral.name or '' }}">
|
||||
<input name="name" class="form-control" required value="{{ referral.name or '' }}">
|
||||
</div>
|
||||
<div>
|
||||
<button class="btn btn-outline-success">Update</button>
|
||||
|
@ -117,7 +117,7 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<input name="name" class="form-control"
|
||||
<input name="name" class="form-control" required
|
||||
placeholder="Referral name, something to help you remember why you create it :)">
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue