diff --git a/pylons_app/templates/admin/users/user_edit.html b/pylons_app/templates/admin/users/user_edit.html --- a/pylons_app/templates/admin/users/user_edit.html +++ b/pylons_app/templates/admin/users/user_edit.html @@ -42,7 +42,7 @@
- ${h.text('new_password')} + ${h.password('new_password')}
@@ -60,7 +60,7 @@
- ${h.password('lastname')} + ${h.text('lastname')}