Files
propedal-planner/templates/auth/confirm_mail.html
2022-06-14 17:35:52 +02:00

7 lines
224 B
HTML

<p>{{username}} with email {{email}} wants to be confirmed.</p>
<p>follow this link only if the user can be trusted to activate the account:</p>
<p><a href="{{ confirm_url }}"> {{ confirm_url }}
</a></p>
<br>
<p>Cheers!</p>