notes-ker-lann/apps/registration/templates/registration/mails/email_validation_email.html
2024-08-13 10:02:50 +00:00

41 lines
1 KiB
HTML

{% load i18n %}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>{% trans "Activation of your Note Ker Lann account" %}</title>
</head>
<body>
<p>
{% trans "Hi" %} {{ user.username }},
</p>
<p>
{% trans "You recently registered on the Note Ker Lann. Please click on the link below to confirm your registration." %}
</p>
<p>
<a href="http://{{ domain }}{% url 'registration:email_validation' uidb64=uid token=token %}">
http://{{ domain }}{% url 'registration:email_validation' uidb64=uid token=token %}
</a>
</p>
<p>
{% trans "This link is only valid for a couple of days, after that you will need to contact us to validate your email." %}
</p>
<p>
{% trans "After that, you'll have to wait that someone validates your account before you can log in. You will need to pay your membership." %}
</p>
<p>
{% trans "Thanks" %},
</p>
--
<p>
{% trans "The Note Ker Lann team." %}<br>
{% trans "Mail generated by the Note Ker Lann on the" %} {% now "j F Y à H:i:s" %}
</p>