mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-01-24 08:21:18 +00:00
Revert "Update 2 files"
This reverts commit 7c83ae8730eda795f2b15bd70402e96adb215528.
This commit is contained in:
parent
df6fb3b3f3
commit
df31968a77
@ -9,29 +9,30 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Hi {{ user.registration }},
|
Bonjour {{ user.registration }},
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You have been invited by {{ inviter.registration }} to join the ETEAM platform, available at
|
Vous avez été invités par {{ inviter.registration }} à rejoindre la plateforme du TFJM², accessible à l'adresse
|
||||||
<a href="https://{{ domain }}/">https://{{ domain }}/</a>. You have a volunteer account.
|
<a href="https://{{ domain }}/">https://{{ domain }}/</a>. Vous disposez d'un compte de bénévole.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
A random password has been set: <strong>{{ password }}</strong>.
|
Un mot de passe aléatoire a été défini : <strong>{{ password }}</strong>.
|
||||||
For security reasons, please change it as soon as you log in the first time.
|
Par sécurité, merci de le changer dès votre connexion.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
In the event of a problem, please contact us by e-mail at the following address
|
En cas de problème, merci de nous contacter soit par mail à l'adresse
|
||||||
<a href="mailto:eteam_moc@proton.me">eteam_moc@proton.me</a>.
|
<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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Sincerely yours,
|
Bien cordialement,
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
--
|
--
|
||||||
<p>
|
<p>
|
||||||
{% trans "The ETEAM team." %}<br>
|
{% trans "The TFJM² team." %}<br>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
Hi {{ user.registration }},
|
Bonjour {{ user.registration }},
|
||||||
|
|
||||||
You have been invited by {{ inviter.registration }} to join the ETEAM platform, available at https://{{ domain }}. You have a volunteer account.
|
Vous avez été invités par {{ inviter.registration }} à rejoindre la plateforme du TFJM², accessible à l'adresse
|
||||||
A random password has been set: {{ password }}.
|
https://{{ domain }}/. Vous disposez d'un compte de bénévole.
|
||||||
For security reasons, please change it as soon as you log in the first time.
|
|
||||||
|
|
||||||
In the event of a problem, please contact us by e-mail at the following address eteam_moc@proton.me.
|
Un mot de passe aléatoire a été défini : {{ password }}.
|
||||||
|
Par sécurité, merci de le changer dès votre connexion.
|
||||||
|
|
||||||
Sincerely yours,
|
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,
|
||||||
|
|
||||||
--
|
--
|
||||||
{% trans "The ETEAM team." %}
|
{% trans "The TFJM² team." %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user