Merge pull request #322 from mouse-reeve/voiceover-review

Fixes "notifications" typo and adds alt text to avatars
This commit is contained in:
Mouse Reeve
2020-11-08 14:12:20 -08:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,3 @@
<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 %}">
{% load fr_display %}
<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 }}">