summaryrefslogtreecommitdiff
path: root/tbc/templates/base.html
diff options
context:
space:
mode:
authorhardythe12014-07-30 17:13:02 +0530
committerhardythe12014-07-30 17:13:02 +0530
commit250fc9e92257994e5610892be40ab62939fbcbac (patch)
tree04290874702f299584ee821d20c0e8d7af482724 /tbc/templates/base.html
parentf71c45f91d582375643de198880b87e994300596 (diff)
downloadPython-TBC-Interface-250fc9e92257994e5610892be40ab62939fbcbac.tar.gz
Python-TBC-Interface-250fc9e92257994e5610892be40ab62939fbcbac.tar.bz2
Python-TBC-Interface-250fc9e92257994e5610892be40ab62939fbcbac.zip
added changes to check matching books while submitting proposal
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-xtbc/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html
index d0c8708..91e8454 100755
--- a/tbc/templates/base.html
+++ b/tbc/templates/base.html
@@ -64,8 +64,6 @@
</style>
{% endblock %}
- {% block script %}
- {% endblock %}
</head>
<body>
@@ -230,6 +228,8 @@
ga('send', 'pageview');
</script>
<!-- / google analytics -->
+ {% block script %}
+ {% endblock %}
</body>
</html>