mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 05:02:23 +00:00
Hello 2022
This commit is contained in:
parent
f9e85dd63e
commit
cce5e7c33c
@ -22,7 +22,7 @@ class Command(BaseCommand):
|
|||||||
token = response['access_token']
|
token = response['access_token']
|
||||||
|
|
||||||
organization = "animath"
|
organization = "animath"
|
||||||
form_slug = "tfjm-2021"
|
form_slug = "tfjm-2022"
|
||||||
from_date = "2000-01-01"
|
from_date = "2000-01-01"
|
||||||
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
|
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
|
||||||
f"?from={from_date}&pageIndex=1&pageSize=10000&retrieveOfflineDonations=false"
|
f"?from={from_date}&pageIndex=1&pageSize=10000&retrieveOfflineDonations=false"
|
||||||
|
@ -66,7 +66,7 @@ class Command(BaseCommand):
|
|||||||
visibility=RoomVisibility.public,
|
visibility=RoomVisibility.public,
|
||||||
alias="bienvenue",
|
alias="bienvenue",
|
||||||
name="Bienvenue",
|
name="Bienvenue",
|
||||||
topic="Bienvenue au TFJM² 2021 !",
|
topic="Bienvenue au TFJM² 2022 !",
|
||||||
federate=False,
|
federate=False,
|
||||||
preset=RoomPreset.public_chat,
|
preset=RoomPreset.public_chat,
|
||||||
)
|
)
|
||||||
|
@ -1536,7 +1536,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Vous pouvez payer par carte bancaire sur <a class=\"alert-link\" href="
|
"Vous pouvez payer par carte bancaire sur <a class=\"alert-link\" href="
|
||||||
"\"https://www.helloasso.com/associations/animath/evenements/"
|
"\"https://www.helloasso.com/associations/animath/evenements/"
|
||||||
"tfjm-2021\">notre page Hello Asso</a>. Pour rendre la validation du paiement "
|
"tfjm-2022\">notre page Hello Asso</a>. Pour rendre la validation du paiement "
|
||||||
"plus facile, <span class=\"text-danger\">merci d'utiliser la même adresse e-"
|
"plus facile, <span class=\"text-danger\">merci d'utiliser la même adresse e-"
|
||||||
"mail que vous utilisez sur cette plateforme.</span> La vérification du "
|
"mail que vous utilisez sur cette plateforme.</span> La vérification du "
|
||||||
"paiement sera faite automatiquement sous 10 minutes, vous n'avez pas "
|
"paiement sera faite automatiquement sous 10 minutes, vous n'avez pas "
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="text-justify">
|
<div class="text-justify">
|
||||||
<p>
|
<p>
|
||||||
La plateforme d'inscription du TFJM² a été développée entre 2019 et 2021
|
La plateforme d'inscription du TFJM² a été développée entre 2019 et 2022
|
||||||
par Yohann D'ANELLO, bénévole pour l'association Animath. Elle est vouée à être utilisée par les participants
|
par Yohann D'ANELLO, bénévole pour l'association Animath. Elle est vouée à être utilisée par les participants
|
||||||
pour intéragir avec les organisateurs et les autres participants.
|
pour intéragir avec les organisateurs et les autres participants.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user