diff -r 294ff7ac9cb6 -r 38727da8a948 app/templates/projrev/auth/forgot_password.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/templates/projrev/auth/forgot_password.html Thu Aug 06 22:36:36 2009 +0530 @@ -0,0 +1,21 @@ +{% extends "projrev/base.html" %} +{% block stylesheets %} + +{% endblock stylesheets %} +{% block body %} +
+
+ + Log in + {% if password_sent %} + The password has been mailed to your Email ID.
+ {% else %} + + +
+
+ + {% endif %} +
+
+{% endblock body %} \ No newline at end of file