listserv and www

This commit is contained in:
gauthiier
2017-07-25 11:30:04 +02:00
parent cca498d887
commit 064a05b806
12 changed files with 469 additions and 86 deletions
+10
View File
@@ -0,0 +1,10 @@
<html>
<head></head>
<body>
<ul>
{% for t in list %}
<li><a href="{{ list_name }}/{{ t.name }}"><h3>{{ t.name }} -- {{ t.nbr_threads }}</h3></a></li>
{% endfor %}
</ul>
</body>
</html>