2020-04-29 13:29:01 +00:00
|
|
|
{% load i18n %}
|
|
|
|
|
2020-09-20 19:24:52 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title></title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-04-29 13:29:01 +00:00
|
|
|
|
2020-09-20 19:24:52 +00:00
|
|
|
<p>
|
|
|
|
{% trans "Hi" %} {{ user.username }},
|
|
|
|
</p>
|
2020-04-29 13:29:01 +00:00
|
|
|
|
2020-09-20 19:24:52 +00:00
|
|
|
<p>
|
|
|
|
{% trans "You recently registered on the TFJM² platform. Please click on the link below to confirm your registration." %}
|
|
|
|
</p>
|
2020-04-29 13:29:01 +00:00
|
|
|
|
2020-09-20 19:24:52 +00:00
|
|
|
<p>
|
|
|
|
<a href="https://{{ domain }}{% url 'member:email_validation' uidb64=uid token=token %}">
|
|
|
|
https://{{ domain }}{% url 'member:email_validation' uidb64=uid token=token %}
|
|
|
|
</a>
|
|
|
|
</p>
|
2020-04-29 13:29:01 +00:00
|
|
|
|
2020-09-20 19:24:52 +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-29 13:29:01 +00:00
|
|
|
|
2020-09-20 19:24:52 +00:00
|
|
|
<p>
|
|
|
|
{% trans "Thanks" %},
|
|
|
|
</p>
|
2020-04-29 13:29:01 +00:00
|
|
|
|
2020-09-20 19:24:52 +00:00
|
|
|
--
|
|
|
|
<p>
|
|
|
|
{% trans "The CNO." %}<br>
|
|
|
|
</p>
|