diff options
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r-- | hyperkitty/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html index 68b4520..ab8289b 100644 --- a/hyperkitty/templates/index.html +++ b/hyperkitty/templates/index.html @@ -15,7 +15,7 @@ <div class="row-fluid"> {% for mlist in all_lists %} <div class="span3"> - <a href="{% url list_overview mlist_fqdn=mlist.name %}"> + <a href="{% url 'list_overview' mlist_fqdn=mlist.name %}"> <p class="list-name"> {% if mlist.display_name %} {{ mlist.display_name }} |