Browse Source

bugfix: noticeboard timestamps

pull/40/head
Michael Save 12 years ago
parent
commit
d6a1f16555
  1. 2
      templates/mod/dashboard.html
  2. 2
      templates/mod/noticeboard.html

2
templates/mod/dashboard.html

@ -48,7 +48,7 @@
<em>deleted?</em>
{% endif %}
at
{{ notice.time|date(config.post_date) }}
{{ post.time|date(config.post_date) }}
</small>
</li>
{% endfor %}

2
templates/mod/noticeboard.html

@ -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…
Cancel
Save