##// END OF EJS Templates
Fixed post caching bug
neko259 -
r582:6c2489df default
parent child Browse files
Show More
@@ -4,7 +4,8 b''
4 4
5 5 {% get_current_language as LANGUAGE_CODE %}
6 6
7 {% with thread=post.thread_new bumpable=thread.can_bump %}
7 {% with thread=post.thread_new %}
8 {% with bumpable=thread.can_bump %}
8 9 {% cache 600 post post.id post.last_edit_time thread.archived bumpable truncated moderator LANGUAGE_CODE need_open_link %}
9 10
10 11 {% with is_opening=post.is_opening %}
@@ -99,3 +100,4 b''
99 100 {% endwith %}
100 101 {% endcache %}
101 102 {% endwith %}
103 {% endwith %}
General Comments 0
You need to be logged in to leave comments. Login now