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> <em>{% trans 'no subject' %}</em>
{% endif %} {% endif %}
<small class="unimportant"> <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> </small>
</h2> </h2>
<p> <p>

Loading…
Cancel
Save