diff options
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/message.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 35c3add..6c26c4f 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -1,5 +1,7 @@ {% extends "base.html" %} {% load gravatar %} +{% load hk_generic %} +{% load storm %} {% block additional_stylesheets %} <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/thread.css" /> @@ -8,6 +10,9 @@ {% block content %} <header> + <a class="thread-back" + href="{% url thread threadid=message.thread_id, mlist_fqdn=list_address %}"> + </a> <h1>{{ message.subject }}</h1> </header> |