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) }}