bugfix: noticeboard timestamps
This commit is contained in:
parent
4d3184b762
commit
d6a1f16555
@ -48,7 +48,7 @@
|
||||
<em>deleted?</em>
|
||||
{% endif %}
|
||||
at
|
||||
{{ notice.time|date(config.post_date) }}
|
||||
{{ post.time|date(config.post_date) }}
|
||||
</small>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
@ -47,7 +47,7 @@
|
||||
<em>{% trans 'deleted?' %}</em>
|
||||
{% endif %}
|
||||
{% trans 'at' %}
|
||||
{{ notice.time|date(config.post_date) }}
|
||||
{{ post.time|date(config.post_date) }}
|
||||
</small>
|
||||
</h2>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user