Adds alt text to status images
This commit is contained in:
parent
45a0bd79fd
commit
ff5a0f7bc2
5 changed files with 7 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
{% if status.attachments %}
|
||||
<div>
|
||||
{% for attachment in status.attachments.all %}
|
||||
<img src="/images/{{ attachment.image }}">
|
||||
<img src="/images/{{ attachment.image }}" alt="{{ attachment.caption }}">
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue