From 18dca8fc476ec8724adb15ecd7aa9fe02813b416 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 4 Jan 2013 15:42:13 +0100 Subject: Make the page title dynamic --- hyperkitty/templates/message.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hyperkitty/templates/message.html') 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 %}
-- cgit