summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-23 15:44:40 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-23 17:48:16 +0200
commite9e92bf1ac15421b9a29c366b9ef6bf2c1b94943 (patch)
treefe8fa3405c8cbea61ba951862309982b5ede365d /hyperkitty/templates/threads
parente21dd91f3482ce6e1ea6c48f8efa2f46777c7a70 (diff)
downloadhyperkitty-e9e92bf1ac15421b9a29c366b9ef6bf2c1b94943.tar.gz
hyperkitty-e9e92bf1ac15421b9a29c366b9ef6bf2c1b94943.tar.xz
hyperkitty-e9e92bf1ac15421b9a29c366b9ef6bf2c1b94943.zip
Reorganize AJAX templates
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r--hyperkitty/templates/threads/replies.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/hyperkitty/templates/threads/replies.html b/hyperkitty/templates/threads/replies.html
deleted file mode 100644
index 19ee0e2..0000000
--- a/hyperkitty/templates/threads/replies.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% load url from future %}
-{% load hk_generic %}
-
- {% for email in replies %}
- <div class="{% cycle 'even' 'odd' %}"
- {% if email.level %}style="margin-left:{{ email.level|multiply:"2" }}em;"{% endif %}>
- <!-- Start email -->
- {% include 'messages/message.html' %}
- <!-- End of email -->
- </div>
- {% endfor %}