deblan.io-murph/core/Resources/views/mail/account/resetting_request.html.twig
Simon Vieille 40ed84dea3 init murph
Signed-off-by: Simon Vieille <simon@deblan.fr>
2021-03-24 19:10:26 +01:00

12 lines
388 B
Twig

{% extends '@Core/mail/base.html.twig' %}
{% 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>
{% endset %}
{% block body %}
<p>{{ message|nl2br }}</p>
{% endblock %}