diff options
Diffstat (limited to 'hyperkitty/templates/thread.html')
| -rw-r--r-- | hyperkitty/templates/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |
