# HG changeset patch # User Madhusudan.C.S # Date 1249578782 -19800 # Node ID 393d0030945b954a1b689d77ce10b8c1103feaaa # Parent 38727da8a948f473dd221fa765ec01e65831e66c Forgot pasword. diff -r 38727da8a948 -r 393d0030945b app/templates/projrev/auth/create_account.html --- a/app/templates/projrev/auth/create_account.html Thu Aug 06 22:36:36 2009 +0530 +++ b/app/templates/projrev/auth/create_account.html Thu Aug 06 22:43:02 2009 +0530 @@ -10,7 +10,7 @@ {% if exits or password_err %} {% endif %} 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 diff -r 38727da8a948 -r 393d0030945b app/templates/projrev/auth/login.html --- a/app/templates/projrev/auth/login.html Thu Aug 06 22:36:36 2009 +0530 +++ b/app/templates/projrev/auth/login.html Thu Aug 06 22:43:02 2009 +0530 @@ -1,17 +1,25 @@ {% extends "projrev/base.html" %} {% block stylesheets %} + {% endblock stylesheets %} + +{% block scripts %} +{{ block.super }} +{% if error %} + +{% endif %} +{% endblock scripts %} + {% block body %}
Log in - {% if error %} -              -              - Wrong Email or password.
- {% endif %}
@@ -30,4 +38,12 @@
+ {% endblock body %} \ No newline at end of file