summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/base.html')
-rw-r--r--hyperkitty/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html
index 53d0ada..1900dbb 100644
--- a/hyperkitty/templates/base.html
+++ b/hyperkitty/templates/base.html
@@ -53,8 +53,9 @@
{% block content %} {% endblock %}
</div>
{% block footer %} {% endblock %}
- </body>
<script src="{{ STATIC_URL }}js/libs/jquery-1.7.1.min.js"></script>
{% block additionaljs %} {% endblock %}
+
+ </body>
</html>