summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-17 11:47:56 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-17 11:47:56 +0100
commit179dd8ac917b04e9dcc6d978fe0464f66adafb72 (patch)
tree1bc087bf935526bfe8e85edca1a21eb0fe88dde7 /hyperkitty/templates
parentad82abeb1c1a60bb05019ddc7cac978e582adac4 (diff)
downloadhyperkitty-179dd8ac917b04e9dcc6d978fe0464f66adafb72.tar.gz
hyperkitty-179dd8ac917b04e9dcc6d978fe0464f66adafb72.tar.xz
hyperkitty-179dd8ac917b04e9dcc6d978fe0464f66adafb72.zip
Fix threads count on summary page
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 %}