pyfedi/app/templates/email/verification.html

8 lines
597 B
HTML
Raw Permalink Normal View History

<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>
2024-02-24 13:33:28 +13:00
<p><a href="{{ url_for('auth.verify_email', token=user.verification_token, _external=True) }}">Please click this like to verify your email address</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>