Commit 29b0d89e authored by Tim Graham's avatar Tim Graham
Browse files

[1.5.X] Updated example to use staticfiles static template tag, thanks reinout...

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

Backport of f3ae67a6 from master
parent 0fa827c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>