mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added alt attribute to img tags in docs.
This is a good practice for accessibility. Thanks Jessica McKellar for the report.
This commit is contained in:
parent
17824e2b74
commit
29a80354ab
5 changed files with 17 additions and 16 deletions
|
@ -279,7 +279,7 @@ Here's what the "base.html" template might look like:
|
|||
<title>{% block title %}{% endblock %}</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="sitelogo.gif" alt="Logo" />
|
||||
<img src="sitelogo.png" alt="Logo" />
|
||||
{% block content %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue