summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/replies.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/threads/replies.html')
-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 %}