Skip to content

Commit 96bc0b5

Browse files
author
Jamie Curnow
committed
Manually applying #296 - nickname required in ui
1 parent b80baa7 commit 96bc0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/js/app/user/form.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</div>
1515
<div class="col-sm-6 col-md-6">
1616
<div class="form-group">
17-
<label class="form-label"><%- i18n('users', 'nickname') %></label>
18-
<input name="nickname" type="text" class="form-control" placeholder="Joe" value="<%- nickname %>">
17+
<label class="form-label"><%- i18n('users', 'nickname') %><span class="form-required">*</span> </label>
18+
<input name="nickname" type="text" class="form-control" placeholder="Joe" value="<%- nickname %>" required>
1919
</div>
2020
</div>
2121
<div class="col-sm-12 col-md-12">

0 commit comments

Comments
 (0)