From e85adf774cdd0f583950e26204712d8158ed7ffa Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 21 Jun 2010 23:55:01 -0400 Subject: returned caching to questions template --- askbot/skins/default/templates/questions.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/askbot/skins/default/templates/questions.html b/askbot/skins/default/templates/questions.html index 6e2ffcb1..6803cb60 100644 --- a/askbot/skins/default/templates/questions.html +++ b/askbot/skins/default/templates/questions.html @@ -172,11 +172,9 @@ {% endif %}
- {% include "question_list.html" %} - {% comment %} {% cache 600 questions search_tags scope sort query context.page context.page_size %} + {% include "question_list.html" %} {% endcache %} - {% endcomment %} {% comment %}todo: fix css here{% endcomment %} {% if questions_count == 0 %} {% comment %}todo: add tips to widen selection{% endcomment%} @@ -247,7 +245,7 @@ {% endif %} {% if tags %} - {% comment%} {% cache 600 tags search_tags scope sort query context.page context.page_size %} {% endcomment %} + {% cache 600 tags search_tags scope sort query context.page context.page_size %}

{% trans "Related tags" %}

@@ -261,6 +259,7 @@ {% endfor %}
+ {% endcache %} {% endif %} {% endblock %} -- cgit v1.2.3-1-g7c22