authentic/src/authentic2/templates/authentic2/account_deletion_code_body....

16 lines
465 B
HTML

{% load i18n %}
<html>
<body style="max-width: 90ex">
<p>{% blocktrans %}{{ full_name }},{% endblocktrans %}</p>
<p>
{% blocktrans %}
Please click on {{ deletion_url }}
if you want to validate your account deletion request on
{{ site }}.
If so, all related data will be deleted in the next few hours.
You won't be able to log in with this account anymore.
{% endblocktrans %}
</p>
</body>
</html>