summaryrefslogtreecommitdiff
path: root/docs/templates.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-20 21:58:01 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-20 21:58:01 +0000
commit3e7ea41bbb30499701a86ddfad0331333e7d89ee (patch)
treec910e47a78270f46c7132209b465e74653a2a127 /docs/templates.txt
parent169f9d2bd3b8940a0de7cc63c765d5d21eced800 (diff)
Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates.txt')
-rw-r--r--docs/templates.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index e543b59763..87cb296328 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -610,6 +610,11 @@ Built-in tag reference
{% ssi /home/html/ljworld.com/includes/right_generic.html parsed %}
+ Note that if you use ``{% ssi %}``, you'll need to define
+ `ALLOWED_INCLUDE_ROOTS`_ in your Django settings, as a security measure.
+
+.. _ALLOWED_INCLUDE_ROOTS: http://www.djangoproject.com/documentation/settings/#allowed-include-roots
+
``templatetag``
Output one of the bits used to compose template tags.