Merge pull request #701 from Flameborn/ScreenReaderImprovements
Screen reader improvements
This commit is contained in:
@ -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' %}
|
||||
|
Reference in New Issue
Block a user