Skip to content

Commit

Permalink
Manually applying #296 - nickname required in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Curnow committed Mar 11, 2020
1 parent b80baa7 commit 96bc0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/js/app/user/form.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</div>
<div class="col-sm-6 col-md-6">
<div class="form-group">
<label class="form-label"><%- i18n('users', 'nickname') %></label>
<input name="nickname" type="text" class="form-control" placeholder="Joe" value="<%- nickname %>">
<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 %>" required>
</div>
</div>
<div class="col-sm-12 col-md-12">
Expand Down

0 comments on commit 96bc0b5

Please sign in to comment.