diff options
Diffstat (limited to 'hyperkitty/templates/base.html')
-rw-r--r-- | hyperkitty/templates/base.html | 2 |
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> |