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 @@ -1,91 +1,96 @@ {% load i18n %} {% load board %} +{% load cache %} -{% spaceless %} - {% with thread=post.thread_new %} - {% if thread.archived %} -
- {% elif thread.can_bump %} -
- {% else %} -
- {% endif %} +{% get_current_language as LANGUAGE_CODE %} - {% if post.image %} -
- {{ post.id }} - -
- {% endif %} -
-