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/thread.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hyperkitty/templates/thread.html') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index cd4efbf..dd17cb2 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -4,6 +4,11 @@ {% load hk_generic %} {% load storm %} + +{% block title %} +{{ subject }} - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} +{% endblock %} + {% block content %}
-- cgit