2024-01-05 14:09:46 +13:00
|
|
|
<p><a href="https://piefed.social/"><img src="https://piefed.social/static/images/logo2.png" style="max-width: 100%; margin-bottom: 20px;" width="50" height="50" alt="PieFed logo" /></a></p>
|
2024-01-01 14:49:15 +13:00
|
|
|
<p>Hi {{ user.display_name() }},</p>
|
2023-08-26 15:41:11 +12:00
|
|
|
<p>
|
|
|
|
To verify your email address
|
|
|
|
<a href="{{ url_for('auth.verify_email', token=user.verification_token, _external=True) }}">
|
|
|
|
click here
|
|
|
|
</a>.
|
|
|
|
</p>
|
|
|
|
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
|
|
|
|
<p>{{ url_for('auth.verify_email', token=user.verification_token, _external=True) }}</p>
|
|
|
|
<p>Thanks,</p>
|
2023-11-25 12:06:20 +13:00
|
|
|
<p>The PieFed Team</p>
|