templates/base.html
changeset 19 4911302379ac
parent 5 9a671f3eb24c
child 52 adab2d07981a
--- a/templates/base.html	Tue Apr 20 21:15:18 2010 +0530
+++ b/templates/base.html	Tue Apr 20 21:53:19 2010 +0530
@@ -4,6 +4,8 @@
 {% block title %}
 {% endblock %}
 </title>
+{% block script %}
+{% endblock %}
 </head>
 <body>
 {% block content %}