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