diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -17,7 +17,7 @@ {% if not truncated and not thread.archived %} onclick="javascript:addQuickReply('{{ post.id }}'); return false;" title="{% trans 'Quote' %}" {% endif %}>({{ post.id }}) - {{ post.title }} + {{ post.title }} {{ post.pub_time }} {% if thread.archived %} — {{ thread.bump_time }} diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -11,7 +11,6 @@ {% endblock %} {% block content %} - {% spaceless %} {% get_current_language as LANGUAGE_CODE %} {% cache 600 thread_view thread.id thread.last_edit_time moderator LANGUAGE_CODE %} @@ -73,8 +72,6 @@ {% endcache %} - - {% endspaceless %} {% endblock %} {% block metapanel %}