summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/base.html3
-rw-r--r--hyperkitty/templates/recent_activities.html2
2 files changed, 3 insertions, 2 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>
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html
index 411fb5b..84a8d5d 100644
--- a/hyperkitty/templates/recent_activities.html
+++ b/hyperkitty/templates/recent_activities.html
@@ -219,6 +219,6 @@
<script>
$(document).ready(function() {
$("#archives").accordion({navigation: true});
- }
+ });
</script>
{% endblock %}