Update dead name

This commit is contained in:
Emmy D'Anello 2023-02-19 19:25:37 +01:00
parent 2faade0156
commit 4a39d206d5
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
4 changed files with 7 additions and 7 deletions

View File

@ -249,9 +249,9 @@ class TestStudentParticipation(TestCase):
address="1 Rue de Rivoli", address="1 Rue de Rivoli",
zip_code=75001, zip_code=75001,
city="Paris", city="Paris",
photo_authorization="authorization/photo/yohann", photo_authorization="authorization/photo/emmy",
health_sheet="authorization/health/yohann", health_sheet="authorization/health/emmy",
parental_authorization="authorization/parental/yohann", parental_authorization="authorization/parental/emmy",
) )
fourth_user = User.objects.create( fourth_user = User.objects.create(

View File

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# Yohann D'ANELLO <yohann.danello@animath.fr>, 2020. # Emmy D'Anello <emmy.danello@animath.fr>, 2020-2023.
# #
msgid "" msgid ""
msgstr "" msgstr ""
@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-10 20:31+0100\n" "POT-Creation-Date: 2023-01-10 20:31+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n" "Last-Translator: Emmy D'Anello <emmy.danello@animath.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

View File

@ -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")) APPS_DIR = os.path.realpath(os.path.join(BASE_DIR, "apps"))
sys.path.append(APPS_DIR) 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 # Quick-start development settings - unsuitable for production

View File

@ -8,7 +8,7 @@
<div class="text-justify"> <div class="text-justify">
<p> <p>
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 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. pour intéragir avec les organisateurs et les autres participants.
</p> </p>