update mail/account/resetting_request.html.twig

This commit is contained in:
Simon Vieille 2022-05-07 16:48:00 +02:00
parent c39fee15ed
commit f9f8185280
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,7 +3,7 @@
{% set message %}
{% trans %}A password reset request has been made. If you are the source of this request, click on the link below or copy and paste the address if the link does not work.{% endtrans %}
<a href="{{ reseting_update_link }}">{{ reseting_update_link }}</a>
<br><a href="{{ reseting_update_link }}">{{ reseting_update_link }}</a>
{% endset %}
{% block body %}