Update 2 files

- /registration/templates/registration/mails/add_organizer.html
- /registration/templates/registration/mails/add_organizer.txt
This commit is contained in:
- 2024-06-07 17:42:27 +00:00
parent 1977ffdbc9
commit 7c83ae8730
2 changed files with 16 additions and 20 deletions

View File

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

View File

@ -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." %}