From cce5e7c33c6a7efea5102df8dcc8ca1c94d33420 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 4 Feb 2022 15:07:41 +0100 Subject: [PATCH] Hello 2022 --- apps/participation/management/commands/check_hello_asso.py | 2 +- apps/participation/management/commands/fix_matrix_channels.py | 2 +- locale/fr/LC_MESSAGES/django.po | 2 +- tfjm/templates/about.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/participation/management/commands/check_hello_asso.py b/apps/participation/management/commands/check_hello_asso.py index 0e48b3f..a2b36ce 100644 --- a/apps/participation/management/commands/check_hello_asso.py +++ b/apps/participation/management/commands/check_hello_asso.py @@ -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" diff --git a/apps/participation/management/commands/fix_matrix_channels.py b/apps/participation/management/commands/fix_matrix_channels.py index b68db4b..ac82c56 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² 2021 !", + topic="Bienvenue au TFJM² 2022 !", federate=False, preset=RoomPreset.public_chat, ) diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index b126cea..3e20958 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -1536,7 +1536,7 @@ msgid "" msgstr "" "Vous pouvez payer par carte bancaire sur notre page Hello Asso. Pour rendre la validation du paiement " +"tfjm-2022\">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 vérification du " "paiement sera faite automatiquement sous 10 minutes, vous n'avez pas " diff --git a/tfjm/templates/about.html b/tfjm/templates/about.html index 0441db9..dd0b721 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 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.