murph-core/src/core/Resources/views/mail/account/resetting_request.html.twig

12 lines
392 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 %}
<br><a href="{{ reseting_update_link }}">{{ reseting_update_link }}</a>
{% endset %}
{% block body %}
<p>{{ message|nl2br }}</p>
{% endblock %}