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