a lot more improvements

This commit is contained in:
Michael Save 2012-05-06 01:33:10 +10:00
parent ac2837c620
commit a610458720
40 changed files with 986 additions and 271 deletions

View file

@ -40,13 +40,13 @@
<em>{% trans 'no subject' %}</em>
{% endif %}
<small class="unimportant">
&mdash; by
&mdash; {% trans 'by' %}
{% if post.username %}
{{ post.username }}
{{ post.username|e }}
{% else %}
<em>deleted?</em>
<em>{% trans 'deleted?' %}</em>
{% endif %}
at
{% trans 'at' %}
{{ notice.time|date(config.post_date) }}
</small>
</h2>