##// END OF EJS Templates
Fixed post cache with language code
neko259 -
r560:733d85e8 default
parent child Browse files
Show More
@@ -2,6 +2,8 b''
2 2 {% load board %}
3 3 {% load cache %}
4 4
5 {% get_current_language as LANGUAGE_CODE %}
6
5 7 {% cache 300 post post.id post.thread_new.last_edit_time truncated moderator LANGUAGE_CODE need_open_link %}
6 8 {% spaceless %}
7 9 {% if post.thread_new.archived %}
General Comments 0
You need to be logged in to leave comments. Login now