{% extends "base.html" %} {% block preheader %}_('Use this link to reset your password. This link is only valid for 1 hour.'){% endblock %} {% block main %}
{{ _('You recently requested to reset your password for your %(tenant)s account. Use the button below to reset it.', tenant=tenant.name) }} {{ _('This password reset is only valid for the next hour.') }}
|