mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675.
This commit is contained in:
parent
129d2e8f85
commit
f3ae67a62f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue