diff --git a/apps/participation/management/commands/check_hello_asso.py b/apps/participation/management/commands/check_hello_asso.py index c03b0b8..a3d1b48 100644 --- a/apps/participation/management/commands/check_hello_asso.py +++ b/apps/participation/management/commands/check_hello_asso.py @@ -23,7 +23,7 @@ class Command(BaseCommand): token = response['access_token'] organization = "animath" - form_slug = "tfjm-2022-tournois-regionaux" + form_slug = "tfjm-2023-tournois-regionaux" 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=100&retrieveOfflineDonations=false" diff --git a/apps/participation/management/commands/fix_matrix_channels.py b/apps/participation/management/commands/fix_matrix_channels.py index 1cf99df..9016d82 100644 --- a/apps/participation/management/commands/fix_matrix_channels.py +++ b/apps/participation/management/commands/fix_matrix_channels.py @@ -66,7 +66,7 @@ class Command(BaseCommand): visibility=RoomVisibility.public, alias="bienvenue", name="Bienvenue", - topic="Bienvenue au TFJM² 2022 !", + topic="Bienvenue au TFJM² 2023 !", federate=False, preset=RoomPreset.public_chat, ) diff --git a/apps/registration/templates/registration/payment_form.html b/apps/registration/templates/registration/payment_form.html index 3aa526b..96f1043 100644 --- a/apps/registration/templates/registration/payment_form.html +++ b/apps/registration/templates/registration/payment_form.html @@ -16,7 +16,7 @@

{% blocktrans trimmed %} You can pay with a credit card through - our Hello Asso page. + our Hello Asso page. To make the validation of the payment easier, please use the same e-mail address that you use on this platform. The payment verification will be checked automatically under 10 minutes, you don't necessary need to fill this form. diff --git a/apps/registration/templates/registration/tex/Instructions.tex b/apps/registration/templates/registration/tex/Instructions.tex index d5eab9a..7045bbe 100644 --- a/apps/registration/templates/registration/tex/Instructions.tex +++ b/apps/registration/templates/registration/tex/Instructions.tex @@ -73,7 +73,7 @@ Si le paiement de plusieurs élèves est fait en une seule opération, merci de \href{mailto: contact@tfjm.org}{contact@tfjm.org} \textbf{avant le paiement} pour garantir l'identification de ce dernier. \subsubsection*{Carte bancaire (uniquement les cartes françaises)} -Le paiement s'effectue en ligne via la plateforme à l'adresse : \url{https://www.helloasso.com/associations/animath/evenements/tfjm-2022-tournois-regionaux} +Le paiement s'effectue en ligne via la plateforme à l'adresse : \url{https://www.helloasso.com/associations/animath/evenements/tfjm-2023-tournois-regionaux} Vous devez impérativement indiquer dans le champ "Référence" la mention "TFJMpu" suivie des noms et prénoms \textbf{de l'élève}. diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 426cafd..aa52c17 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -1613,7 +1613,7 @@ msgstr "" #: apps/registration/templates/registration/payment_form.html:17 msgid "" "You can pay with a credit card through our Hello Asso page. To make the validation of the " "payment easier, please use the same e-mail " "address that you use on this platform. The payment verification will " @@ -1621,7 +1621,7 @@ msgid "" "this form." msgstr "" "Vous pouvez payer par carte bancaire sur notre page Hello Asso. Pour rendre la validation du " "paiement plus facile, merci d'utiliser la même " "adresse e-mail que vous utilisez sur cette plateforme. La " diff --git a/tfjm/templates/about.html b/tfjm/templates/about.html index 2fd36c8..bdb3bab 100644 --- a/tfjm/templates/about.html +++ b/tfjm/templates/about.html @@ -7,7 +7,7 @@ {% block content %}

- La plateforme d'inscription du TFJM² a été développée entre 2019 et 2022 + La plateforme d'inscription du TFJM² a été développée entre 2019 et 2023 par Emmy 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.