{% extends "layout.html" %} {% block title %}{{ _('Password reset request') }}{% endblock %} {% block preheader %}{{ _('Use this link to reset your password. The link is only valid for %(expiration_delay)s.', expiration_delay=expiration_delay) }}{% endblock %} {% block content %}
{{ _('You recently requested to reset your password for your FitTrackee account.') }} {{ _('Use the button below to reset it.') }} {{ _('This password reset link is only valid for %(expiration_delay)s.', expiration_delay=expiration_delay) }}
|
{{ _("If you're having trouble with the button above, copy and paste the URL below into your web browser.") }} {{password_reset_url}} |