Show More
@@ -1,6 +1,7 b'' | |||||
1 | {% load i18n %} |
|
1 | {% load i18n %} | |
2 | {% load board %} |
|
2 | {% load board %} | |
3 |
|
3 | |||
|
4 | {% cache 300 post post.id post.thread_new.last_edit_time truncated moderator LANGUAGE_CODE need_open_link %} | |||
4 | {% spaceless %} |
|
5 | {% spaceless %} | |
5 | {% if post.thread_new.archived %} |
|
6 | {% if post.thread_new.archived %} | |
6 | <div class="post archive_post" id="{{ post.id }}"> |
|
7 | <div class="post archive_post" id="{{ post.id }}"> | |
@@ -81,3 +82,4 b'' | |||||
81 | {% endif %} |
|
82 | {% endif %} | |
82 | </div> |
|
83 | </div> | |
83 | {% endspaceless %} |
|
84 | {% endspaceless %} | |
|
85 | {% cache 300 post post.id post.thread_new.last_edit_time truncated moderator LANGUAGE_CODE need_open_link %} |
General Comments 0
You need to be logged in to leave comments.
Login now