From 77d94017a25481edd57ebc25a3df54bb28012d66 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 22 Jul 2010 14:44:57 +0530 Subject: Reformatted and reindented the code in the password template. --- project/templates/user/password.html | 86 +++++++++++++++++------------------- 1 file changed, 41 insertions(+), 45 deletions(-) diff --git a/project/templates/user/password.html b/project/templates/user/password.html index 9119b42..cc805cd 100644 --- a/project/templates/user/password.html +++ b/project/templates/user/password.html @@ -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 }} + | +
+ | + + | +