Files
flask-security/flask_security/templates/security/email/confirmation_instructions.html
T
2012-05-22 18:08:38 -04:00

5 lines
164 B
HTML

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