From ab60a8ea86e2b4d0174a4bcdd6a7c1abdb78f9e5 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 17 May 2013 13:00:21 +0200 Subject: Dynamically insert replies in the thread Closes: #47 --- hyperkitty/templates/messages/temp_message.html | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 hyperkitty/templates/messages/temp_message.html (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/messages/temp_message.html b/hyperkitty/templates/messages/temp_message.html new file mode 100644 index 0000000..f518114 --- /dev/null +++ b/hyperkitty/templates/messages/temp_message.html @@ -0,0 +1,38 @@ +{% load url from future %} +{% load gravatar %} +{% load hk_generic %} + +
+ + + +
+ +{# vim: set noet: #} -- cgit