From 7c83ae8730eda795f2b15bd70402e96adb215528 Mon Sep 17 00:00:00 2001 From: - <8612560-rummage471@users.noreply.gitlab.com> Date: Fri, 7 Jun 2024 17:42:27 +0000 Subject: [PATCH] Update 2 files - /registration/templates/registration/mails/add_organizer.html - /registration/templates/registration/mails/add_organizer.txt --- .../registration/mails/add_organizer.html | 19 +++++++++---------- .../registration/mails/add_organizer.txt | 17 +++++++---------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/registration/templates/registration/mails/add_organizer.html b/registration/templates/registration/mails/add_organizer.html index 121560b..21ae6fc 100644 --- a/registration/templates/registration/mails/add_organizer.html +++ b/registration/templates/registration/mails/add_organizer.html @@ -9,30 +9,29 @@

- Bonjour {{ user.registration }}, + Hi {{ user.registration }},

- Vous avez été invités par {{ inviter.registration }} à rejoindre la plateforme du TFJM², accessible à l'adresse - https://{{ domain }}/. Vous disposez d'un compte de bénévole. + You have been invited by {{ inviter.registration }} to join the ETEAM platform, available at + https://{{ domain }}/. You have a volunteer account.

- Un mot de passe aléatoire a été défini : {{ password }}. - Par sécurité, merci de le changer dès votre connexion. + A random password has been set: {{ password }}. + For security reasons, please change it as soon as you log in the first time.

- En cas de problème, merci de nous contacter soit par mail à l'adresse - contact@tfjm.org, soit sur la plateforme de chat accessible sur - https://element.tfjm.org/ en vous connectant avec les mêmes identifiants. + In the event of a problem, please contact us by e-mail at the following address + eteam_moc@proton.me.

- Bien cordialement, + Sincerely yours,

--

- {% trans "The TFJM² team." %}
+ {% trans "The ETEAM team." %}

diff --git a/registration/templates/registration/mails/add_organizer.txt b/registration/templates/registration/mails/add_organizer.txt index 817545e..224f362 100644 --- a/registration/templates/registration/mails/add_organizer.txt +++ b/registration/templates/registration/mails/add_organizer.txt @@ -1,17 +1,14 @@ {% load i18n %} -Bonjour {{ user.registration }}, +Hi {{ user.registration }}, -Vous avez été invités par {{ inviter.registration }} à rejoindre la plateforme du TFJM², accessible à l'adresse -https://{{ domain }}/. Vous disposez d'un compte de bénévole. +You have been invited by {{ inviter.registration }} to join the ETEAM platform, available at https://{{ domain }}. You have a volunteer account. +A random password has been set: {{ password }}. +For security reasons, please change it as soon as you log in the first time. -Un mot de passe aléatoire a été défini : {{ password }}. -Par sécurité, merci de le changer dès votre connexion. +In the event of a problem, please contact us by e-mail at the following address eteam_moc@proton.me. -En cas de problème, merci de nous contacter soit par mail à l'adresse contact@tfjm.org, soit sur la plateforme -de chat accessible sur https://element.tfjm.org/ en vous connectant avec les mêmes identifiants. - -Bien cordialement, +Sincerely yours, -- -{% trans "The TFJM² team." %} +{% trans "The ETEAM team." %}