diff -r 2840389ee7f9 -r 21942fac2b4b app/templates/projrev/base.html --- a/app/templates/projrev/base.html Thu Aug 06 18:49:06 2009 +0530 +++ b/app/templates/projrev/base.html Mon Aug 10 16:38:13 2009 +0530 @@ -11,12 +11,21 @@ {% block stylesheets %} + + + {% endblock stylesheets %} {% block scripts %} + + + {% endblock scripts %} National Mission on Education through ICT @@ -33,7 +42,8 @@

National Mission on Education through ICT

-
+ +

{% endblock header %} @@ -41,48 +51,41 @@ {% block sidebar %} {% endblock sidebar %}
{% block content %} - {% comment %} To be filled in inherited templates {% endcomment %} + {% comment %} To be filled in inherited templates {% endcomment %} {% endblock content %}
@@ -92,39 +95,32 @@