diff --git a/apps/participation/tests.py b/apps/participation/tests.py index e9031a6..57a3abe 100644 --- a/apps/participation/tests.py +++ b/apps/participation/tests.py @@ -249,9 +249,9 @@ class TestStudentParticipation(TestCase): address="1 Rue de Rivoli", zip_code=75001, city="Paris", - photo_authorization="authorization/photo/yohann", - health_sheet="authorization/health/yohann", - parental_authorization="authorization/parental/yohann", + photo_authorization="authorization/photo/emmy", + health_sheet="authorization/health/emmy", + parental_authorization="authorization/parental/emmy", ) fourth_user = User.objects.create( diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 7194b64..a38a624 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Yohann D'ANELLO , 2020. +# Emmy D'Anello , 2020-2023. # msgid "" msgstr "" @@ -9,7 +9,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-10 20:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Yohann D'ANELLO \n" +"Last-Translator: Emmy D'Anello \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" diff --git a/tfjm/settings.py b/tfjm/settings.py index 2684cd1..9eb5a4b 100644 --- a/tfjm/settings.py +++ b/tfjm/settings.py @@ -24,7 +24,7 @@ PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) APPS_DIR = os.path.realpath(os.path.join(BASE_DIR, "apps")) sys.path.append(APPS_DIR) -ADMINS = [("Yohann D'ANELLO", "yohann.danello@animath.fr")] +ADMINS = [("Emmy D'Anello", "emmy.danello@animath.fr")] # Quick-start development settings - unsuitable for production diff --git a/tfjm/templates/about.html b/tfjm/templates/about.html index dd0b721..2fd36c8 100644 --- a/tfjm/templates/about.html +++ b/tfjm/templates/about.html @@ -8,7 +8,7 @@

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 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.