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

View File

@ -1,17 +1,14 @@
{% load i18n %} {% load i18n %}
Bonjour {{ user.registration }}, Hi {{ user.registration }},
Vous avez été invités par {{ inviter.registration }} à rejoindre la plateforme du TFJM², accessible à l'adresse You have been invited by {{ inviter.registration }} to join the ETEAM platform, available at https://{{ domain }}. You have a volunteer account.
https://{{ domain }}/. Vous disposez d'un compte de bénévole. 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 }}. In the event of a problem, please contact us by e-mail at the following address eteam_moc@proton.me.
Par sécurité, merci de le changer dès votre connexion.
En cas de problème, merci de nous contacter soit par mail à l'adresse contact@tfjm.org, soit sur la plateforme Sincerely yours,
de chat accessible sur https://element.tfjm.org/ en vous connectant avec les mêmes identifiants.
Bien cordialement,
-- --
{% trans "The TFJM² team." %} {% trans "The ETEAM team." %}