diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-05 15:01:59 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-05 15:01:59 +0200 |
| commit | 596cf07a0c41a8632284b02f4c9fc27d58d56123 (patch) | |
| tree | 147cd9e6e981acdd11efd6fd3950d8f936f8ae42 /hyperkitty/templates/month_view.html | |
| parent | ec25f22ade2ad941ffccaacd6e9ef9df71552757 (diff) | |
Improve appearance
Diffstat (limited to 'hyperkitty/templates/month_view.html')
| -rw-r--r-- | hyperkitty/templates/month_view.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index 3dc3db3..fdfd731 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load poll_extras %} {% load gravatar %} +{% load storm %} {% block content %} @@ -10,7 +11,7 @@ <div class="thread"> <div class="notsaved"> <span class="thread_title"> <a name="{{email.thread_id}}" - href="{% url thread threadid=email.thread_id, mlist_fqdn=list_address %}"> {{email.subject}} </a> </span> + href="{% url thread threadid=email.thread_id, mlist_fqdn=list_address %}">{{ email.subject|strip_subject:mlist }}</a> </span> <span class="thread_date"> {{email.date}}</span> </div> <div class="thread_content"> |
