Hello 2022
This commit is contained in:
parent
f9e85dd63e
commit
cce5e7c33c
|
@ -22,7 +22,7 @@ class Command(BaseCommand):
|
|||
token = response['access_token']
|
||||
|
||||
organization = "animath"
|
||||
form_slug = "tfjm-2021"
|
||||
form_slug = "tfjm-2022"
|
||||
from_date = "2000-01-01"
|
||||
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
|
||||
f"?from={from_date}&pageIndex=1&pageSize=10000&retrieveOfflineDonations=false"
|
||||
|
|
|
@ -66,7 +66,7 @@ class Command(BaseCommand):
|
|||
visibility=RoomVisibility.public,
|
||||
alias="bienvenue",
|
||||
name="Bienvenue",
|
||||
topic="Bienvenue au TFJM² 2021 !",
|
||||
topic="Bienvenue au TFJM² 2022 !",
|
||||
federate=False,
|
||||
preset=RoomPreset.public_chat,
|
||||
)
|
||||
|
|
|
@ -1536,7 +1536,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Vous pouvez payer par carte bancaire sur <a class=\"alert-link\" href="
|
||||
"\"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-"
|
||||
"mail que vous utilisez sur cette plateforme.</span> La vérification du "
|
||||
"paiement sera faite automatiquement sous 10 minutes, vous n'avez pas "
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{% block content %}
|
||||
<div class="text-justify">
|
||||
<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
|
||||
pour intéragir avec les organisateurs et les autres participants.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue