ddns/templates/flask_user/emails/confirm_email_message.txt

13 lines
343 B
Plaintext
Raw Normal View History

2014-09-30 18:11:38 +02:00
{% extends 'flask_user/emails/base_message.txt' %}
{% block message %}
Thank you for registering with Flask-User.
{% if user_manager.enable_confirm_email -%}
Visit the link below to complete your registration:
{{ confirm_email_link }}
If you did not initiate this registration, you may safely ignore this email.
{%- endif %}
{% endblock %}