summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-02-23 11:05:38 -0500
committerTim Graham <timograham@gmail.com>2013-02-23 11:05:38 -0500
commitf3ae67a62f5bdcee892f19667967e8738f734908 (patch)
tree0669074ee06cbbf1d84723cbfd6c07ba9bc3940d /docs
parent129d2e8f85b1e80f10ec967b72ba0af9b239019f (diff)
Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt
index f80eca4b3b..2081c960fc 100644
--- a/docs/intro/overview.txt
+++ b/docs/intro/overview.txt
@@ -276,7 +276,7 @@ Here's what the "base.html" template, including the use of :doc:`static files
.. code-block:: html+django
- {% load static %}
+ {% load staticfiles %}
<html>
<head>
<title>{% block title %}{% endblock %}</title>