--- a/app/templates/projrev/base.html Tue Aug 04 02:21:15 2009 -0400
+++ b/app/templates/projrev/base.html Tue Aug 04 19:42:47 2009 +0530
@@ -9,10 +9,15 @@
<meta name="Author" content="Madhusudan.C.S - madhusudancs@gmail.com" />
<meta name="Robots" content="index,follow" />
-{% block scripts %}
+{% block stylesheets %}
<link rel="stylesheet" href="/site-content/css/projrev.css" type="text/css"/>
+{% endblock stylesheets %}
+
+{% block scripts %}
+ <script type="text/javascript"
+ src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
+ </script>
{% endblock scripts %}
-
<title>National Mission on Education through ICT</title>
</head>