1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-04-06 00:01:11 +00:00
Emmy D'Anello 882570800c
Revert "Update 2 files"
This reverts commit 1977ffdbc9ef8cc258635b6eaf4fde04b8040897.
2025-01-15 13:30:06 +01:00

16 lines
532 B
Plaintext

{% load i18n %}
{% trans "Hi" %} {{ user.registration }},
{% trans "You recently registered on the TFJM² platform. Please click on the link below to confirm your registration." %}
https://{{ domain }}{% url 'registration: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 "As a reminder, your username is your email address:" %} {{ user.email }}
{% trans "Thanks" %},
{% trans "The TFJM² team." %}