diff -r 05248e27104a -r cd6911eaac2c password_reset.html --- a/password_reset.html Mon Apr 12 12:32:46 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -{% extends "base.html" %} -{% block content %} - {% if new_password %} - Your password has been reset to {{ new_password }}. Click here to return to home page. - {% else %} -
- {{form.as_p}} - -
- {% endif %} -{% endblock %}