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/message.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/message.html')
| -rw-r--r-- | hyperkitty/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 800162b..2ba832b 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -18,7 +18,7 @@ <div class="message-header"> <a class="thread-back" - href="{% url thread threadid=message.thread_id, mlist_fqdn=mlist.name %}#{{message.message_id_hash}}"> + href="{% url 'thread' threadid=message.thread_id mlist_fqdn=mlist.name %}#{{message.message_id_hash}}"> </a> {# the background image will be a "back to thread" button #} <h1>{{ message.subject }}</h1> </div> |
