1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 06:42:48 +02:00

This is TFJM², not Corres2math

This commit is contained in:
Yohann D'ANELLO
2021-01-18 15:52:09 +01:00
parent a454441097
commit 0607398491
14 changed files with 24 additions and 24 deletions

View File

@ -45,7 +45,7 @@ class Registration(PolymorphicModel):
The account got created or the email got changed.
Send an email that contains a link to validate the address.
"""
subject = "[Corres2math] " + str(_("Activate your Correspondances account"))
subject = "[TFJM²] " + str(_("Activate your TFJM² account"))
token = email_validation_token.make_token(self.user)
uid = urlsafe_base64_encode(force_bytes(self.user.pk))
site = Site.objects.first()