1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-04-28 21:32:38 +00:00
- 1977ffdbc9 Update 2 files
- /registration/templates/registration/mails/email_validation_email.html
- /registration/templates/registration/mails/email_validation_email.txt
2024-06-07 17:32:37 +00:00

16 lines
530 B
Plaintext

{% load i18n %}
{% trans "Hi" %} {{ user.registration }},
{% trans "You recently registered on the ETEAM 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 ETEAM team." %}