diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-23 11:05:38 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-23 11:05:59 -0500 |
| commit | 29b0d89ee9f9260d94b2352441938aab0e77f554 (patch) | |
| tree | 955b9fe1c260d1a98947973e6b494c0b201c0b99 /docs | |
| parent | 0fa827c55fd2aed38e986f53493b5462a1e2d350 (diff) | |
[1.5.X] Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675.
Backport of f3ae67a62f from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/overview.txt | 2 |
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> |
