summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 1792410..4908218 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -60,10 +60,8 @@
{% block content %}{% endblock %}
</section>
- {%- if javascript %}
<script type="text/javascript">
{%- block javascript %}{% endblock -%}
</script>
- {%- endif %}
</body>
</html>