mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 09:02:11 +01:00 
			
		
		
		
	Update dead name
This commit is contained in:
		@@ -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(
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user