summaryrefslogtreecommitdiffstats
path: root/templates/index2.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index2.html')
-rw-r--r--templates/index2.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/index2.html b/templates/index2.html
index 440e66f..ac2e3c7 100644
--- a/templates/index2.html
+++ b/templates/index2.html
@@ -3,11 +3,14 @@
{% block title %}{{ app_name }}{% endblock %}
{% block content %}
+ <p>
+ These are the list available on this server:
+ </p>
<ul>
{% for mlist in lists %}
- <li>{{mlist.real_name}} ({{mlist.list_name}}) --
- <a href="/2/recent/{{mlist.fqdn_listname}}">Recent</a> --
- <a href="/2/archives/{{mlist.fqdn_listname}}">Archives current month</a>
+ <li>{{mlist}} ({{mlist}}) --
+ <a href="/2/list/{{mlist}}">Recent</a> --
+ <a href="/2/archives/{{mlist}}">Archives current month</a>
</li>
{% endfor %}
</ul>