diff -r 8999d67e3054 -r 7166c54218ef project/templates/user/password.html --- a/project/templates/user/password.html Thu Jul 22 14:44:30 2010 +0530 +++ b/project/templates/user/password.html Thu Jul 22 14:44:57 2010 +0530 @@ -2,54 +2,50 @@ {% block title %}Change Your Password{% endblock %} - {% block content %} - -
- Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly. + Please enter your old password, for security's sake, and then enter + your new password twice so we can verify you typed it in correctly.
- + method="post"> ++ + | ++ {{ form.old_password.errors }} + {{ form.old_password }} + | +
+ + | ++ {{ form.new_password1.errors }} + {{ form.new_password1 }} + | +
+ + | ++ {{ form.new_password2.errors }} + {{ form.new_password2 }} + | +
+ | + + | +