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 @@ -8,7 +8,7 @@
({{ post.get_absolute_id }}) {{ post.title }} - + {% comment %} Thread death time needs to be shown only if the thread is alredy archived and this is an opening post (thread death time) or a post for popup @@ -16,7 +16,7 @@ {% endcomment %} {% if thread.archived %} {% if is_opening %} - — + — {% endif %} {% endif %} {% if is_opening and need_open_link %} 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 @@ -30,7 +30,7 @@ {% cache 600 thread_meta thread.last_edit_time moderator LANGUAGE_CODE TIME_ZONE %} {{ thread.get_reply_count }}{% if thread.has_post_limit %}/{{ thread.max_posts }}{% endif %} {% trans 'messages' %}, {{ thread.get_images_count }} {% trans 'images' %}. - {% trans 'Last update: ' %} + {% trans 'Last update: ' %} [RSS] {% endcache %}