1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-05 14:03:56 +02:00
Files
plateforme-tfjm2/apps/registration/templates/registration/mails/email_validation_email.txt
2020-12-27 11:49:54 +01:00

14 lines
462 B
Plaintext

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