Files
flask-security/flask_security/templates/security/email/welcome.html
T

7 lines
198 B
HTML

<p>Welcome {{ user.email }}!</p>
{% if security.confirmable %}
<p>You can confirm your email through the link below:</p>
<p><a href="{{ confirmation_link }}">Confirm my account</a></p>
{% endif %}