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

2
templates/mod/noticeboard.html

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