diff options
Diffstat (limited to 'app/templates/email/confirm_email.html')
| -rw-r--r-- | app/templates/email/confirm_email.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/templates/email/confirm_email.html b/app/templates/email/confirm_email.html new file mode 100644 index 0000000..4581804 --- /dev/null +++ b/app/templates/email/confirm_email.html @@ -0,0 +1,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> |
