{% extends "layout.html" %} {% block title %}{{ _('Confirm email change') }}{% endblock %} {% block preheader %}{{ _('Use this link to confirm email change.') }}{% endblock %} {% block content %}
{{ _('You recently requested to change your email address for your FitTrackee account.') }} {{ _('Use the button below to confirm this address.') }}
|
{{ _("If you're having trouble with the button above, copy and paste the URL below into your web browser.") }} {{email_confirmation_url}} |