From d6a1f16555376fc4b57a572e21758a400db8852a Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sat, 19 May 2012 21:12:40 +1000 Subject: [PATCH] bugfix: noticeboard timestamps --- templates/mod/dashboard.html | 2 +- templates/mod/noticeboard.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/mod/dashboard.html b/templates/mod/dashboard.html index 9e50e6ed..a10b0cf2 100644 --- a/templates/mod/dashboard.html +++ b/templates/mod/dashboard.html @@ -48,7 +48,7 @@ deleted? {% endif %} at - {{ notice.time|date(config.post_date) }} + {{ post.time|date(config.post_date) }} {% endfor %} diff --git a/templates/mod/noticeboard.html b/templates/mod/noticeboard.html index 4a0a068f..463b8430 100644 --- a/templates/mod/noticeboard.html +++ b/templates/mod/noticeboard.html @@ -47,7 +47,7 @@ {% trans 'deleted?' %} {% endif %} {% trans 'at' %} - {{ notice.time|date(config.post_date) }} + {{ post.time|date(config.post_date) }}