Merge pull request #701 from Flameborn/ScreenReaderImprovements
Screen reader improvements
This commit is contained in:
commit
4eefe33d9b
4 changed files with 6 additions and 6 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