{% extends (base or "manhattan/manage/emails/base.html") %} {% block header_button %}{% endblock %} {% block content %}

Your password reset request

Hi {{ user.first_name }}, a password reset request has been made for your account. If you made this request, please click the link below to set a new password for your account.

{{ _email.buttons('Set new password', url=reset_link) }} {{ _email.divider() }}

Not sent by you?

If you did not make the password reset request then you don't need to do anything and you can simply ignore this email.

{% endblock %}