From d720d0309351da29895a1d7ee9cd3877ee1ab8a3 Mon Sep 17 00:00:00 2001 From: Vishal Sodani Date: Sun, 13 Apr 2014 11:58:46 +0530 Subject: Add missing if --- docs/tips.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips.rst b/docs/tips.rst index 3681e4c..5e3ea40 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -58,7 +58,7 @@ development. The cache panel is very similar to the SQL panel, except it isn't always a bad practice to make many cache queries in a view. -The template panel becomes slow your views or context processors return large +The template panel becomes slow if your views or context processors return large contexts and your templates have complex inheritance or inclusion schemes. Solutions -- cgit v1.2.3