Update 2 files
- /registration/templates/registration/mails/email_validation_email.html - /registration/templates/registration/mails/email_validation_email.txt
This commit is contained in:
parent
a0a282df15
commit
1977ffdbc9
|
@ -13,7 +13,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -36,5 +36,5 @@
|
||||||
|
|
||||||
--
|
--
|
||||||
<p>
|
<p>
|
||||||
{% trans "The TFJM² team." %}<br>
|
{% trans "The ETEAM team." %}<br>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% trans "Hi" %} {{ user.registration }},
|
{% 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 %}
|
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 "Thanks" %},
|
||||||
|
|
||||||
{% trans "The TFJM² team." %}
|
{% trans "The ETEAM team." %}
|
||||||
|
|
Loading…
Reference in New Issue