From 8ad4099206d49fd5f0878fd019186bc9b99bddb0 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sat, 17 Nov 2012 11:47:56 +0100 Subject: Fix threads count on summary page --- hyperkitty/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates/base.html') 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 %} {% block footer %} {% endblock %} - {% block additionaljs %} {% endblock %} + + -- cgit