Update 2 files

- /registration/templates/registration/mails/email_validation_email.html
- /registration/templates/registration/mails/email_validation_email.txt
This commit is contained in:
- 2024-06-07 17:32:37 +00:00
parent a0a282df15
commit 1977ffdbc9
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
</p>
<p>
{% trans "You recently registered on the TFJM² platform. Please click on the link below to confirm your registration." %}
{% trans "You recently registered on the ETEAM platform. Please click on the link below to confirm your registration." %}
</p>
<p>
@ -36,5 +36,5 @@
--
<p>
{% trans "The TFJM² team." %}<br>
{% trans "The ETEAM team." %}<br>
</p>

View File

@ -2,7 +2,7 @@
{% trans "Hi" %} {{ user.registration }},
{% trans "You recently registered on the TFJM² platform. Please click on the link below to confirm your 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 %}
@ -12,4 +12,4 @@ https://{{ domain }}{% url 'registration:email_validation' uidb64=uid token=toke
{% trans "Thanks" %},
{% trans "The TFJM² team." %}
{% trans "The ETEAM team." %}