diff rhodecode/templates/admin/users/user_edit_my_account_form.html @ 2544:6ce3387bf0ce beta

Renamed name to firstname in forms - added multiple test for edit my account and edit user from admin - fixed issues with update user accounts from admin
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 04 Jul 2012 18:13:25 +0200
parents 86aa4f1f130b
children 7ae36df760ce
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit_my_account_form.html	Wed Jul 04 11:42:16 2012 +0200
+++ b/rhodecode/templates/admin/users/user_edit_my_account_form.html	Wed Jul 04 18:13:25 2012 +0200
@@ -53,7 +53,7 @@
                         <label for="name">${_('First Name')}:</label>
                     </div>
                     <div class="input">
-                        ${h.text('name',class_="medium")}
+                        ${h.text('firstname',class_="medium")}
                     </div>
                  </div>