Mercurial > p > roundup > code
changeset 4767:696c5a929349
Apply pull request from BB - creating a new user was failing
| author | Pradip Caulagi <caulagi@gmail.com> |
|---|---|
| date | Mon, 25 Feb 2013 11:25:15 +0530 |
| parents | 86ef4ab17dc5 |
| children | 53325e6b8ca8 |
| files | share/roundup/templates/jinja2/html/user.item.html |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/share/roundup/templates/jinja2/html/user.item.html Thu Feb 21 20:49:45 2013 +0300 +++ b/share/roundup/templates/jinja2/html/user.item.html Mon Feb 25 11:25:15 2013 +0530 @@ -52,7 +52,7 @@ <tr> <th>{{ i18n.gettext('Confirm Password') }}</th> <td> - <input type='password' name='confirm_input'> + <input type='password' name='@confirm@password'> </td> </tr> {% endif %}
