mirror of
https://github.com/django/django.git
synced 2025-05-05 06:27:31 +00:00
Added missing alt attribute to <img> tag in docs.
This commit is contained in:
parent
55d60b9903
commit
608422addc
@ -3114,7 +3114,7 @@ slightly different call:
|
|||||||
|
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% static "images/hi.jpg" as myphoto %}
|
{% static "images/hi.jpg" as myphoto %}
|
||||||
<img src="{{ myphoto }}">
|
<img src="{{ myphoto }}" alt="Hi!">
|
||||||
|
|
||||||
.. admonition:: Using Jinja2 templates?
|
.. admonition:: Using Jinja2 templates?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user