mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Updated {% static %} tag examples in docs to use single quotes where appropriate.
This commit is contained in:
parent
c8785b473f
commit
42f3fafdfa
4 changed files with 4 additions and 4 deletions
|
@ -307,7 +307,7 @@ Here's what the "base.html" template, including the use of :doc:`static files
|
|||
<title>{% block title %}{% endblock %}</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="{% static "images/sitelogo.png" %}" alt="Logo">
|
||||
<img src="{% static 'images/sitelogo.png' %}" alt="Logo">
|
||||
{% block content %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue