From c085839fc5bcc61dca6b94bcfe6a65473f9f2975 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 26 Sep 2012 16:06:41 +0200 Subject: Begin attachment support --- hyperkitty/templates/messages/message.html | 1 + 1 file changed, 1 insertion(+) (limited to 'hyperkitty/templates/messages') diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html index 1e8a53d..54613e0 100644 --- a/hyperkitty/templates/messages/message.html +++ b/hyperkitty/templates/messages/message.html @@ -21,6 +21,7 @@ {% endif %} {{email.content}} + {% if settings.USE_MOCKUPS %} -- cgit