summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/base.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-14 09:52:35 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-14 09:52:35 +0100
commita5a7c229d1cd45d51a09133f2355f4d26618c4fa (patch)
tree45695c6d886f18f185d7c46c795c88a422b3e262 /hyperkitty/templates/base.html
parent09129caa85025658ce47f49c38886c7ba0a46517 (diff)
downloadhyperkitty-a5a7c229d1cd45d51a09133f2355f4d26618c4fa.tar.gz
hyperkitty-a5a7c229d1cd45d51a09133f2355f4d26618c4fa.tar.xz
hyperkitty-a5a7c229d1cd45d51a09133f2355f4d26618c4fa.zip
Minor fix in the navigation bar
Diffstat (limited to 'hyperkitty/templates/base.html')
-rw-r--r--hyperkitty/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html
index 6f48158..6af6d1e 100644
--- a/hyperkitty/templates/base.html
+++ b/hyperkitty/templates/base.html
@@ -38,7 +38,7 @@
<ul class="nav">
- <li {% if not mlist %} class="active"{% endif %}>
+ <li {% if all_lists %} class="active"{% endif %}>
<a href="{% url root %}">All lists</a>
</li>