##// END OF EJS Templates
Added post cache
neko259 -
r557:235b44eb default
parent child Browse files
Show More
@@ -1,6 +1,7 b''
1 1 {% load i18n %}
2 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 5 {% spaceless %}
5 6 {% if post.thread_new.archived %}
6 7 <div class="post archive_post" id="{{ post.id }}">
@@ -81,3 +82,4 b''
81 82 {% endif %}
82 83 </div>
83 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