From fbfe8fc7ea6ba91661027ea51dec290823f9e0bb Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 10 Oct 2012 19:12:07 +0200 Subject: Improve styling in headers and thread view --- hyperkitty/templates/recent_activities.html | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'hyperkitty/templates/recent_activities.html') diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 4bca218..f044dad 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load poll_extras %} +{% load hk_generic %} {% load gravatar %} {% load storm %} @@ -202,20 +202,9 @@ {% endif %} -
- {% for key, value in archives_length|sort %} -

{{ key }}

-
- -
- {% endfor %} -
+ +{% include 'threads/month_list.html' %} + {% endblock %} {% block additionaljs %} -- cgit