summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/summary_thread_large.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-27 20:52:03 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-27 21:18:29 +0200
commitdad66ad5a2c8a9645e0127e09283082f3c439a28 (patch)
treea345405f0d4228b246f4b6dce3d00dcda1e06d91 /hyperkitty/templates/threads/summary_thread_large.html
parent2a84b82a17e6986b3265d958f89d562c241a7a80 (diff)
downloadhyperkitty-dad66ad5a2c8a9645e0127e09283082f3c439a28.tar.gz
hyperkitty-dad66ad5a2c8a9645e0127e09283082f3c439a28.tar.xz
hyperkitty-dad66ad5a2c8a9645e0127e09283082f3c439a28.zip
Rework the display of email datetimes using timezones
Diffstat (limited to 'hyperkitty/templates/threads/summary_thread_large.html')
-rw-r--r--hyperkitty/templates/threads/summary_thread_large.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/summary_thread_large.html b/hyperkitty/templates/threads/summary_thread_large.html
index cea2be2..70dcd7f 100644
--- a/hyperkitty/templates/threads/summary_thread_large.html
+++ b/hyperkitty/templates/threads/summary_thread_large.html
@@ -12,7 +12,7 @@
<a name="{{thread.thread_id}}"
href="{% url 'thread' threadid=thread.thread_id mlist_fqdn=mlist.name %}"
>{{ thread.starting_email.subject|strip_subject:mlist }}</a></span>
- <span class="thread-date">{{thread.date_active|timesince }}</span>
+ <span class="thread-date">{{ thread|get_date|timesince }}</span>
</div>
<div class="thread-content">
{% if thread.category_tag %}