From 596cf07a0c41a8632284b02f4c9fc27d58d56123 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 5 Oct 2012 15:01:59 +0200 Subject: Improve appearance --- hyperkitty/templates/message.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hyperkitty/templates/message.html') diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 5d061e5..35c3add 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -7,6 +7,10 @@ {% block content %} +
+

{{ message.subject }}

+
+
{% include 'messages/first_email.html' with first_mail=message %}
-- cgit