diff options
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r-- | hyperkitty/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html index 87ba148..3d312a4 100644 --- a/hyperkitty/templates/index.html +++ b/hyperkitty/templates/index.html @@ -8,8 +8,8 @@ {% for mlist in lists %} <tr> <td>{{ mlist }}</td> - <td><a href="/list/{{mlist}}"> Overview </a></td> - <td><a href="/archives/{{mlist}}"> Archives </a></td> + <td><a href="{% url list_overview mlist_fqdn=mlist %}"> Overview </a></td> + <td><a href="{% url archives mlist_fqdn=mlist %}"> Archives </a></td> </tr> {% endfor %} </tbody> |