2020-04-09 20:03:26 +00:00
{% load i18n %}
2020-08-01 19:44:16 +00:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< meta charset = "UTF-8" >
< title > Passage en négatif (compte n°{{ note.user.pk }})< / title >
< / head >
< body >
2020-04-09 20:03:26 +00:00
2020-08-01 19:44:16 +00:00
< p >
{% trans "Hi" %} {{ user.username }},
< / p >
2020-04-09 20:03:26 +00:00
2020-08-01 19:44:16 +00:00
< p >
{% trans "You recently registered on the Note Kfet. Please click on the link below to confirm your registration." %}
< / p >
2020-04-09 20:03:26 +00:00
2020-08-01 19:44:16 +00:00
< p >
< a href = "https://{{ domain }}{% url 'registration:email_validation' uidb64=uid token=token %}" >
https://{{ domain }}{% url 'registration:email_validation' uidb64=uid token=token %}
< / a >
< / p >
2020-04-09 20:03:26 +00:00
2020-08-01 19:44:16 +00:00
< 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 >
2020-04-09 20:03:26 +00:00
2020-08-01 19:44:16 +00:00
< 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 in the Kfet." %}
< / p >
2020-04-09 20:03:26 +00:00
2020-08-01 19:44:16 +00:00
< p >
{% trans "Thanks" %},
< / p >
--
< p >
{% trans "The Note Kfet team." %}
Mail généré par la Note Kfet le {% now "j F Y à H:i:s" %}
< / p >