diff options
Diffstat (limited to 'hyperkitty/templates/message.html')
-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 947df56..78462b5 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -3,6 +3,11 @@ {% load hk_generic %} {% load storm %} + +{% block title %} +{{ message.subject }} - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} +{% endblock %} + {% block content %} <div class="message-header"> |