From 1a50454b15ed97b9c744557f8d89fdbd91b7940b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 10 Sep 2012 16:47:32 +0200 Subject: Implement the relative dates features --- hyperkitty/templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/templates/thread.html') 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' %} - {% for email in threads %} + {% for email in replies %}
{% include 'messages/message.html' %} -- cgit