diff options
Diffstat (limited to 'hyperkitty/templates/recent_activities.html')
| -rw-r--r-- | hyperkitty/templates/recent_activities.html | 19 |
1 files changed, 4 insertions, 15 deletions
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 %} </section> -<section id="archives"> - {% for key, value in archives_length|sort %} - <h3>{{ key }}</h3> - <div> - <ul> - {% for ar_month in value %} - <li> - <a href="{% url archives_with_month year=key, mlist_fqdn=list_address, month=ar_month %}">{{ ar_month|tomonth }}</a> - </li> - {% endfor %} - </ul> - </div> - {% endfor %} -</section> + +{% include 'threads/month_list.html' %} + {% endblock %} {% block additionaljs %} |
