From 2b0aba327da3f1ca70879b4ab6177ba720f51236 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sat, 18 May 2013 13:25:49 +0200 Subject: Use the new subject_prefix attribute for stripping --- hyperkitty/templates/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html index 2efe320..85d051e 100644 --- a/hyperkitty/templates/index.html +++ b/hyperkitty/templates/index.html @@ -17,7 +17,13 @@ {% for mlist in all_lists %}
-

{{ mlist.name }}

+

+ {% if mlist.display_name %} + {{ mlist.display_name }} + {% else %} + {{ mlist.name }} + {% endif %} +

{{ mlist.name }}

Loading... -- cgit