Hide avatar image to screen readers on the status pages, since there is a link present for a user already.
This commit is contained in:
parent
cb8ec01ccf
commit
ae8d39995d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{% load bookwyrm_tags %}
|
||||
{% load i18n %}
|
||||
{% include 'snippets/avatar.html' with user=status.user %}
|
||||
{% include 'snippets/avatar.html' with user=status.user ariaHide="true" %}
|
||||
{% include 'snippets/username.html' with user=status.user %}
|
||||
|
||||
{% if status.status_type == 'GeneratedNote' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue