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/message.html | 9 +++++++++ hyperkitty/templates/messages/message.html | 1 + 2 files changed, 10 insertions(+) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 5d061e5..75770f1 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -9,6 +9,15 @@
{% include 'messages/first_email.html' with first_mail=message %} + + {% if attachments|length %} +

Attachments

+ + {% endif %}
{% endblock %} 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