mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-15 17:41:18 +00:00
14 lines
430 B
Plaintext
14 lines
430 B
Plaintext
{% load i18n %}
|
|
|
|
{% trans "Hi" %} {{ user.username }},
|
|
|
|
{% trans "You recently registered on the TFJM² platform. Please click on the link below to confirm your registration." %}
|
|
|
|
https://{{ domain }}{% url 'member:email_validation' uidb64=uid token=token %}
|
|
|
|
{% trans "This link is only valid for a couple of days, after that you will need to contact us to validate your email." %}
|
|
|
|
{% trans "Thanks" %},
|
|
|
|
{% trans "The CNO." %}
|