diff -r e2699e042129 -r e29ecb7819e7 password_change.html --- /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. Click here to return to home page. + {% else %} +
+ {{form.as_p}} + +
+ {% endif %} +{% endblock %}