diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-05-23 15:44:40 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-05-23 17:48:16 +0200 |
| commit | e9e92bf1ac15421b9a29c366b9ef6bf2c1b94943 (patch) | |
| tree | fe8fa3405c8cbea61ba951862309982b5ede365d /hyperkitty/templates | |
| parent | e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70 (diff) | |
| download | hyperkitty-e9e92bf1ac15421b9a29c366b9ef6bf2c1b94943.tar.gz hyperkitty-e9e92bf1ac15421b9a29c366b9ef6bf2c1b94943.tar.xz hyperkitty-e9e92bf1ac15421b9a29c366b9ef6bf2c1b94943.zip | |
Reorganize AJAX templates
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 %} |
