diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt index f80eca4b3bb..2081c960fc1 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 %}