summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/ajax/replies.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/ajax/replies.html')
-rw-r--r--hyperkitty/templates/ajax/replies.html18
1 files changed, 8 insertions, 10 deletions
diff --git a/hyperkitty/templates/ajax/replies.html b/hyperkitty/templates/ajax/replies.html
index 7b6fc70..bf13c9a 100644
--- a/hyperkitty/templates/ajax/replies.html
+++ b/hyperkitty/templates/ajax/replies.html
@@ -1,13 +1,11 @@
{% 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 %}
-
-{# vim: set noet: #}
+ {% 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 %}