|
@@ -2618,7 +2618,7 @@ app is installed, the tag will serve files using ``url()`` method of the
|
|
|
storage specified by :setting:`STATICFILES_STORAGE`. For example::
|
|
|
|
|
|
{% load static %}
|
|
|
- <img src="{% static "images/hi.jpg" %}" alt="Hi!">
|
|
|
+ <img src="{% static 'images/hi.jpg' %}" alt="Hi!">
|
|
|
|
|
|
It is also able to consume standard context variables, e.g. assuming a
|
|
|
``user_stylesheet`` variable is passed to the template::
|