##// END OF EJS Templates
Fixed thread cache.
neko259 -
r190:ef6c4e9c default
parent child Browse files
Show More
@@ -112,7 +112,7 b''
112 {% block metapanel %}
112 {% block metapanel %}
113
113
114 <span class="metapanel">
114 <span class="metapanel">
115 {% cache 600 thread_view posts.0.last_edit_time moderator %}
115 {% cache 600 thread_meta posts.0.last_edit_time moderator %}
116 {{ posts.0.get_reply_count }} {% trans 'replies' %},
116 {{ posts.0.get_reply_count }} {% trans 'replies' %},
117 {{ posts.0.get_images_count }} {% trans 'images' %}.
117 {{ posts.0.get_images_count }} {% trans 'images' %}.
118 {% trans 'Last update: ' %}{{ posts.0.last_edit_time }}
118 {% trans 'Last update: ' %}{{ posts.0.last_edit_time }}
General Comments 0
You need to be logged in to leave comments. Login now