Changeset - 5df93e22eec0
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-07-27 15:57:21
marcin@python-works.com
user edit form html fix
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/admin/users/user_edit.html
Show inline comments
 
@@ -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>
 
            
0 comments (0 inline, 0 general)