Picture-Puzzle-website/venv/Lib/site-packages/flask_security/templates/security/email/welcome.txt

8 lines
178 B
Plaintext

{{ _('Welcome %(email)s!', email=user.email) }}
{% if security.confirmable %}
{{ _('You can confirm your email through the link below:') }}
{{ confirmation_link }}
{% endif %}