summaryrefslogtreecommitdiffstats
path: root/templates/base2.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base2.html')
-rw-r--r--templates/base2.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/base2.html b/templates/base2.html
index 8490bc6..c477a99 100644
--- a/templates/base2.html
+++ b/templates/base2.html
@@ -21,7 +21,11 @@
{% block header %}
<div id="headline">
<ul class="inline-block">
- <li id="list_name"><a href="/">{{list_name}}</a></li>
+ {% if list_address %}
+ <li id="list_name"><a href="/2/list/{{list_address}}">{{list_name}}</a></li>
+ {% else %}
+ <li id="list_name"><a href="/2/list/">{{list_name}}</a></li>
+ {% endif %}
<li id="page_date">{{month}}</li>
</ul>
{% if month_participants and month_discussions %}