forked from leftypol/leftypol
bugfix: noticeboard timestamps
This commit is contained in:
parent
4d3184b762
commit
d6a1f16555
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
||||||
<em>deleted?</em>
|
<em>deleted?</em>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
at
|
at
|
||||||
{{ notice.time|date(config.post_date) }}
|
{{ post.time|date(config.post_date) }}
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<em>{% trans 'deleted?' %}</em>
|
<em>{% trans 'deleted?' %}</em>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% trans 'at' %}
|
{% trans 'at' %}
|
||||||
{{ notice.time|date(config.post_date) }}
|
{{ post.time|date(config.post_date) }}
|
||||||
</small>
|
</small>
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue