aboutsummaryrefslogtreecommitdiff
path: root/app/templates/email/confirm_email.html
blob: 4581804030965a299b8121af3fc20c322f397955 (plain)
1
2
3
4
5
6
7
8
<p>Dear {{ user.username }},
<p>Welcome to AnnotateChange!</p>
<p>Please confirm your email by <a href="{{ url_for('auth.confirm_email', token=token, _external=True) }}">clicking here</a>.
</p>
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
<p>{{ url_for('auth.confirm_email', token=token, _external=True) }}</p>
<p>Sincerely,</p>
<p>The AnnotateChange Team</p>