diff -r 9a77edda77b7 -r fda1c66b25f9 project/templates/user/password.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/user/password.html Fri Oct 30 15:09:12 2009 +0530 @@ -0,0 +1,56 @@ +{% extends "base.html" %} + +{% 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. +
+ + + +{% endblock %} +