Browse Source

Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675.

Tim Graham 12 years ago
parent
commit
f3ae67a62f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/intro/overview.txt

+ 1 - 1
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>