diff options
author | hardythe1 | 2014-07-30 17:13:02 +0530 |
---|---|---|
committer | hardythe1 | 2014-07-30 17:13:02 +0530 |
commit | 250fc9e92257994e5610892be40ab62939fbcbac (patch) | |
tree | 04290874702f299584ee821d20c0e8d7af482724 /tbc/templates/base.html | |
parent | f71c45f91d582375643de198880b87e994300596 (diff) | |
download | Python-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-x | tbc/templates/base.html | 4 |
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> |