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 a0551d8..2730db9 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -17,7 +17,7 @@ {% include 'messages/first_email.html' %} <!-- End first email --> - {% for email in threads %} + {% for email in replies %} <div class="{% cycle 'even' 'odd' %}"> <!-- Start email --> {% include 'messages/message.html' %} |