changeset 370:5df93e22eec0

user edit form html fix
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 15:57:21 +0200
parents 38736d60c527
children 5cd6616b8673
files pylons_app/templates/admin/users/user_edit.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/admin/users/user_edit.html	Tue Jul 27 15:15:39 2010 +0200
+++ b/pylons_app/templates/admin/users/user_edit.html	Tue Jul 27 15:57:21 2010 +0200
@@ -42,7 +42,7 @@
                     <label for="new_password">${_('New password')}:</label>
                 </div>
                 <div class="input">
-                    ${h.text('new_password')}
+                    ${h.password('new_password')}
                 </div>
              </div>
             
@@ -60,7 +60,7 @@
                     <label for="lastname">${_('Lastname')}:</label>
                 </div>
                 <div class="input">
-                    ${h.password('lastname')}
+                    ${h.text('lastname')}
                 </div>
              </div>