aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/admin/users/user_add.html
diff options
context:
space:
mode:
Diffstat (limited to 'rhodecode/templates/admin/users/user_add.html')
-rw-r--r--rhodecode/templates/admin/users/user_add.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/rhodecode/templates/admin/users/user_add.html b/rhodecode/templates/admin/users/user_add.html
index 64689394..f803aabd 100644
--- a/rhodecode/templates/admin/users/user_add.html
+++ b/rhodecode/templates/admin/users/user_add.html
@@ -56,10 +56,10 @@
<div class="field">
<div class="label">
- <label for="name">${_('First Name')}:</label>
+ <label for="firstname">${_('First Name')}:</label>
</div>
<div class="input">
- ${h.text('name',class_='small')}
+ ${h.text('firstname',class_='small')}
</div>
</div>
@@ -91,7 +91,7 @@
</div>
<div class="buttons">
- ${h.submit('save',_('save'),class_="ui-button")}
+ ${h.submit('save',_('save'),class_="ui-btn large")}
</div>
</div>
</div>