diff -r 38727da8a948 -r 393d0030945b app/templates/projrev/auth/forgot_password.html --- a/app/templates/projrev/auth/forgot_password.html Thu Aug 06 22:36:36 2009 +0530 +++ b/app/templates/projrev/auth/forgot_password.html Thu Aug 06 22:43:02 2009 +0530 @@ -1,7 +1,20 @@ {% extends "projrev/base.html" %} {% block stylesheets %} + {% endblock stylesheets %} + +{% block scripts %} +{{ block.super }} +{% if exits %} + +{% endif %} +{% endblock scripts %} + {% block body %}
@@ -18,4 +31,12 @@ {% endif %}
+ {% endblock body %} \ No newline at end of file