aboutsummaryrefslogtreecommitdiff
path: root/app/templates/emails/verify.html
blob: a08b17471c48005ac6e69ae38e88c05ed8e884a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h1>Hello!</h1>

<p>
	This email has been sent to you because someone (hopefully you)
	has entered your email address as a user's email.
</p>

<p>
	If this was you, then please click this link to verify the address:
	<a href="{{ url_for('verify_email_page', token=token, _external=True) }}">
		{{ url_for('verify_email_page', token=token, _external=True) }}
	</a>
</p>

<p>
	If it wasn't you, then just delete this email.
</p>