From 6273efb0f90255dea2c8db3e94de466f8022335a Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 30 Oct 2012 19:37:32 +0100 Subject: Do some CSS refactoring --- hyperkitty/templates/message.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'hyperkitty/templates/message.html') diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 6c26c4f..5ae2fb1 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -3,18 +3,14 @@ {% load hk_generic %} {% load storm %} -{% block additional_stylesheets %} - -{% endblock %} - {% block content %} -
+

{{ message.subject }}

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