aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2014-04-13 09:21:57 +0200
committerAymeric Augustin2014-04-13 09:21:57 +0200
commit777c8a1cd669bbfde6cfcb8866de4fdf8c0825cf (patch)
treed3e906f680947e3ecc40f0e34033bed98096a6a3
parent28978aa72b36e629d7641e61730e1030bdcdeead (diff)
parentd720d0309351da29895a1d7ee9cd3877ee1ab8a3 (diff)
downloaddjango-debug-toolbar-777c8a1cd669bbfde6cfcb8866de4fdf8c0825cf.tar.bz2
Merge pull request #576 from vishalsodani/master
Add missing if
-rw-r--r--docs/tips.rst2
1 files changed, 1 insertions, 1 deletions
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