User's nickname required needed
We should add asterisk to Nickname field too.
This commit is contained in:
parent
ea5bdab374
commit
8ae14be2df
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
<div class="col-sm-6 col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="form-label"><%- i18n('users', 'nickname') %></label>
|
||||
<label class="form-label"><%- i18n('users', 'nickname') %> <span class="form-required">*</span></label>
|
||||
<input name="nickname" type="text" class="form-control" placeholder="Joe" value="<%- nickname %>">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue