# HG changeset patch # User neko259 # Date 2013-09-14 18:35:13 # Node ID ef6c4e9c19ec5fa536dda12bbd5a7dfae4e5138e # Parent bd4cb7801e229332339e5ab3cdabeadfe2b99137 Fixed thread cache. diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -112,11 +112,11 @@ {% block metapanel %} - {% cache 600 thread_view posts.0.last_edit_time moderator %} - {{ posts.0.get_reply_count }} {% trans 'replies' %}, - {{ posts.0.get_images_count }} {% trans 'images' %}. - {% trans 'Last update: ' %}{{ posts.0.last_edit_time }} - [RSS] + {% cache 600 thread_meta posts.0.last_edit_time moderator %} + {{ posts.0.get_reply_count }} {% trans 'replies' %}, + {{ posts.0.get_images_count }} {% trans 'images' %}. + {% trans 'Last update: ' %}{{ posts.0.last_edit_time }} + [RSS] {% endcache %}