From 4e08feaa91b60215fd9ee8926b10f1a31a01e3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 27 Feb 2022 22:09:28 +0100 Subject: [PATCH] a11y: add text content to logout link (#62237) --- gadjo/templates/gadjo/root.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/templates/gadjo/root.html b/gadjo/templates/gadjo/root.html index 9263ac5..b05cb54 100644 --- a/gadjo/templates/gadjo/root.html +++ b/gadjo/templates/gadjo/root.html @@ -36,7 +36,7 @@
  • {{ user.get_full_name|slice:":1" }}
  • {% block user-name %}{{ user.get_full_name }}{% endblock %}
  • + title="{% trans "Logout" %}">{% trans "Logout" %} {% endif %} {% block help-link %} {% endblock %}