1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-11-08 07:49:50 +01:00

Add 2026 informations

This commit is contained in:
Maxime JUST
2025-11-06 10:04:27 +01:00
parent 8af11cd56f
commit b0be8f5525

View File

@@ -385,19 +385,19 @@ if TFJM_APP == "TFJM":
RULES_LINK = "https://tfjm.org/reglement" RULES_LINK = "https://tfjm.org/reglement"
REGISTRATION_DATES = dict( REGISTRATION_DATES = dict(
open=datetime.fromisoformat("2025-01-15T12:00:00+0100"), open=datetime.fromisoformat("2025-11-12T00:00:00+0100"),
close=datetime.fromisoformat("2025-03-02T22:00:00+0100"), close=datetime.fromisoformat("2026-01-08T22:00:00+0100"),
) )
PROBLEMS = [ PROBLEMS = [
"Une bonne humeur contagieuse", "Guerre à l'apéro",
"Drôles de toboggans", "Jeu du moulin",
"Plats à tarte gradués", "Poison dans les boissons",
"Transformation de papillons", "Colliers de perles",
"Gerrymandering", "Parcours d'escalade",
"Le cauchemar de la ligne 20-25", "Malaise dans la salle d'attente",
"Taxes routières", "Double et chiffres",
"Points colorés sur un cercle", "Tri trop rapide",
] ]
elif TFJM_APP == "ETEAM": elif TFJM_APP == "ETEAM":
PREFERRED_LANGUAGE_CODE = 'en' PREFERRED_LANGUAGE_CODE = 'en'