templates/base.html
changeset 173 b8e7a4e86b35
parent 143 796ff9e279a8
child 174 d034cd77cfa6
--- a/templates/base.html	Tue Mar 02 04:23:21 2010 +0530
+++ b/templates/base.html	Tue Mar 02 14:04:03 2010 +0530
@@ -1,6 +1,7 @@
 <html>
 <head>
     <title>{% block title %}PyTasks{% endblock %}</title>
+    {% block js_script %} {% endblock %}
 <style type="text/css">
         body {
         font-family: Verdana, Arial, Helvetica, sans-serif;