changeset 9 | e29ecb7819e7 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/password_change.html Mon Apr 12 02:57:25 2010 +0530 @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% block content %} + {% if password_changed %} + Your password has been successfully changed. <a href="/reg">Click here</a> to return to home page. + {% else %} + <form action="" method="post"> + {{form.as_p}} + <input type="submit" value="Change"> + </form> + {% endif %} +{% endblock %}