a11y: add text content to logout link (#62237)

This commit is contained in:
Frédéric Péters 2022-02-27 22:09:28 +01:00
parent c87fbbc994
commit 4e08feaa91
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<li class="ui-avatar">{{ user.get_full_name|slice:":1" }}</li>
<li class="ui-name">{% block user-name %}{{ user.get_full_name }}{% endblock %}</li>
<li class="ui-logout"><a href="{% block logout-url %}index.html{% endblock %}"
title="{% trans "Logout" %}"></a></li>
title="{% trans "Logout" %}"><span class="sr-only">{% trans "Logout" %}</span></a></li>
{% endif %}
{% block help-link %}
{% endblock %}