forked from mirrors/bookwyrm
Adds alt text to avatars
This commit is contained in:
parent
0171b5a427
commit
77b0a3b67f
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
<img class="avatar image {% if large %}is-96x96{% else %}is-32x32{% endif %}" src="{% if user.avatar %}/images/{{ user.avatar }}{% else %}/static/images/default_avi.jpg{% endif %}">
|
||||
<img class="avatar image {% if large %}is-96x96{% else %}is-32x32{% endif %}" src="{% if user.avatar %}/images/{{ user.avatar }}{% else %}/static/images/default_avi.jpg{% endif %}" alt="avatar for {{ user|username }}">
|
||||
|
||||
|
|
Loading…
Reference in a new issue