From 8b825cd68f075121b4aee99d8d93e82fe5d25cf9 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 9 Feb 2012 12:47:01 -0300 Subject: removed caching statement in the question page sidebar --- askbot/skins/default/templates/question/sidebar.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/askbot/skins/default/templates/question/sidebar.html b/askbot/skins/default/templates/question/sidebar.html index bc6a58c9..08c043a6 100644 --- a/askbot/skins/default/templates/question/sidebar.html +++ b/askbot/skins/default/templates/question/sidebar.html @@ -37,8 +37,6 @@

-{% cache 0 "questions_tags" questions_tags question.id language_code %} - {% if settings.SIDEBAR_QUESTION_SHOW_META %}
@@ -55,7 +53,6 @@

{% endif %} -{% endcache %} {% if similar_threads.data and settings.SIDEBAR_QUESTION_SHOW_RELATED %} {#% cache 1800 "related_questions" related_questions question.id language_code %#} -- cgit v1.2.3-1-g7c22