From 0e944bed0d2f1774c2da52184ac30ab95dd8a11c Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 31 Jan 2013 23:37:09 +0100 Subject: Inline replies --- hyperkitty/templates/messages/message.html | 1 + hyperkitty/templates/messages/reply_form.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 hyperkitty/templates/messages/reply_form.html (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html index 5d7261d..a47d831 100644 --- a/hyperkitty/templates/messages/message.html +++ b/hyperkitty/templates/messages/message.html @@ -57,6 +57,7 @@ {% endif %} + {% include "messages/reply_form.html" with mlist_fqdn=list_address message_id=email.message_id_hash %} {# vim: set noet: #} diff --git a/hyperkitty/templates/messages/reply_form.html b/hyperkitty/templates/messages/reply_form.html new file mode 100644 index 0000000..29bd15b --- /dev/null +++ b/hyperkitty/templates/messages/reply_form.html @@ -0,0 +1,14 @@ + Reply + + +{# vim: set noet: #} -- cgit