0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Add aria label for password reset. Fix #5782 (#5784)

This commit is contained in:
Casper Timmers 2020-01-24 16:53:37 +01:00 committed by Thibaud Colas
parent b7872e3f2f
commit 8af6b4a555

View File

@ -82,7 +82,7 @@
</ul>
{% if show_password_reset %}
<p class="help"><a href="{% url 'wagtailadmin_password_reset' %}">{% trans "Forgotten it?" %}</a></p>
<p class="help"><a href="{% url 'wagtailadmin_password_reset' %}" aria-label="{% trans 'Reset your password' %}">{% trans "Forgotten it?" %}</a></p>
{% endif %}
{% endblock %}
</form>