diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-27 19:02:32 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-27 23:38:36 +0100 |
| commit | 07c1a4a2b4211c1975f9d641401636a8cbc35f9c (patch) | |
| tree | c18e9a619552eb9a777a27b126ca9ca62624b25c /hyperkitty/templates/thread_list.html | |
| parent | 628d011c865da76054d6b72ddf3f0f5e7341f649 (diff) | |
Switch to the new-style "url" tag
Required by Django >= 1.5
https://docs.djangoproject.com/en/1.5/releases/1.5/
Diffstat (limited to 'hyperkitty/templates/thread_list.html')
| -rw-r--r-- | hyperkitty/templates/thread_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/thread_list.html b/hyperkitty/templates/thread_list.html index 2e2c5ca..0fc0f81 100644 --- a/hyperkitty/templates/thread_list.html +++ b/hyperkitty/templates/thread_list.html @@ -16,7 +16,7 @@ <div id="thread-list" class="span8"> <div class="thread-list-header page-header"> - <a href="{% url message_new mlist_fqdn=mlist.name %}" + <a href="{% url "message_new" mlist_fqdn=mlist.name %}" class="thread-new btn{% if not user.is_authenticated %} disabled" title="You must be logged-in to create a thread.{% endif %}" ><strong>+</strong> Start a new thread</a> <h1>{{ mlist.display_name|default:mlist.name|escapeemail }} |
