##// END OF EJS Templates
Fixed thread cache.
neko259 -
r190:ef6c4e9c default
parent child Browse files
Show More
@@ -112,11 +112,11 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 }}
119 [<a href="rss/">RSS</a>]
119 [<a href="rss/">RSS</a>]
120 {% endcache %}
120 {% endcache %}
121 </span>
121 </span>
122
122
General Comments 0
You need to be logged in to leave comments. Login now