From 29b0d89ee9f9260d94b2352441938aab0e77f554 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 23 Feb 2013 11:05:38 -0500 Subject: [PATCH] [1.5.X] Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675. Backport of f3ae67a62f from master --- docs/intro/overview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} {% block title %}{% endblock %}