diff options
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/ajax/replies.html (renamed from hyperkitty/templates/threads/replies.html) | 2 | ||||
-rw-r--r-- | hyperkitty/templates/ajax/temp_message.html (renamed from hyperkitty/templates/messages/temp_message.html) | 0 | ||||
-rw-r--r-- | hyperkitty/templates/thread.html | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/replies.html b/hyperkitty/templates/ajax/replies.html index 19ee0e2..7b6fc70 100644 --- a/hyperkitty/templates/threads/replies.html +++ b/hyperkitty/templates/ajax/replies.html @@ -9,3 +9,5 @@ <!-- End of email --> </div> {% endfor %} + +{# vim: set noet: #} diff --git a/hyperkitty/templates/messages/temp_message.html b/hyperkitty/templates/ajax/temp_message.html index f518114..f518114 100644 --- a/hyperkitty/templates/messages/temp_message.html +++ b/hyperkitty/templates/ajax/temp_message.html diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 78ef424..1e1f7ed 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -51,7 +51,7 @@ <div class="replies"> {% if is_bot %} - {% include 'threads/replies.html' %} + {% include 'ajax/replies.html' %} {% else %} <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}img/ajax-loader.gif" /> {% endif %} |