diff options
Diffstat (limited to 'hyperkitty/templates/base.html')
| -rw-r--r-- | hyperkitty/templates/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index 62d4c4f..f93d007 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -32,10 +32,12 @@ </ul> + <a class="brand" href="{% url root %}">{{ app_name|title }}</a> + <ul class="nav"> - <li class="root{% if not list_address %} active{% endif %}"> - <a href="{% url root %}">{{ app_name|title }}</a> + <li {% if not list_address %} class="active"{% endif %}> + <a href="{% url root %}">All lists</a> </li> {% if list_address %} |
