diff -r 2840389ee7f9 -r 21942fac2b4b 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 Mon Aug 10 16:38:13 2009 +0530 @@ -0,0 +1,42 @@ +{% extends "projrev/base.html" %} +{% block stylesheets %} + + +{% endblock stylesheets %} + +{% block scripts %} +{{ block.super }} +{% if exits %} + +{% endif %} +{% endblock scripts %} + +{% 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