1
0
mirror of https://github.com/django/django.git synced 2025-05-04 22:17:34 +00:00

Added missing alt attribute to <img> tag in docs.

This commit is contained in:
ssanger 2024-10-18 18:18:43 -07:00 committed by Ryan Cheley
parent 55d60b9903
commit 608422addc

View File

@ -3114,7 +3114,7 @@ slightly different call:
{% load static %}
{% static "images/hi.jpg" as myphoto %}
<img src="{{ myphoto }}">
<img src="{{ myphoto }}" alt="Hi!">
.. admonition:: Using Jinja2 templates?