Browse Source

Error in news template

pull/40/head
Michael Foster 11 years ago
parent
commit
c0e0a5db7d
  1. 2
      templates/mod/news.html

2
templates/mod/news.html

@ -52,7 +52,7 @@
<em>{% trans 'no subject' %}</em>
{% endif %}
<small class="unimportant">
&mdash; {% trans 'by' %} {{ post.name }} {% trans 'at' %} {{ notice.time|date(config.post_date) }}
&mdash; {% trans 'by' %} {{ post.name }} {% trans 'at' %} {{ post.time|date(config.post_date) }}
</small>
</h2>
<p>

Loading…
Cancel
Save