summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r--hyperkitty/templates/message.html2
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>