diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-14 09:52:35 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-14 09:52:35 +0100 |
commit | a5a7c229d1cd45d51a09133f2355f4d26618c4fa (patch) | |
tree | 45695c6d886f18f185d7c46c795c88a422b3e262 /hyperkitty/templates/index.html | |
parent | 09129caa85025658ce47f49c38886c7ba0a46517 (diff) | |
download | hyperkitty-a5a7c229d1cd45d51a09133f2355f4d26618c4fa.tar.gz hyperkitty-a5a7c229d1cd45d51a09133f2355f4d26618c4fa.tar.xz hyperkitty-a5a7c229d1cd45d51a09133f2355f4d26618c4fa.zip |
Minor fix in the navigation bar
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r-- | hyperkitty/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html index 409e4f1..68b4520 100644 --- a/hyperkitty/templates/index.html +++ b/hyperkitty/templates/index.html @@ -13,7 +13,7 @@ <h1 class="lists">{% trans 'Available lists' %}</h1> <div class="row-fluid"> -{% for mlist in lists %} +{% for mlist in all_lists %} <div class="span3"> <a href="{% url list_overview mlist_fqdn=mlist.name %}"> <p class="list-name"> |