From 65c6158b525e35dd1901d5ca3c7245cad0182024 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Mon, 21 Oct 2024 19:20:46 +0200 Subject: [PATCH] =?UTF-8?q?TFJM=C2=B2=20has=20not=20a=20single=20tournamen?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emmy D'Anello --- tfjm/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjm/settings.py b/tfjm/settings.py index a32c189..4404a53 100644 --- a/tfjm/settings.py +++ b/tfjm/settings.py @@ -355,7 +355,7 @@ if TFJM_APP == "TFJM": HAS_FINAL = True ML_MANAGEMENT = True PAYMENT_MANAGEMENT = True - SINGLE_TOURNAMENT = True + SINGLE_TOURNAMENT = False HEALTH_SHEET_REQUIRED = True VACCINE_SHEET_REQUIRED = True MOTIVATION_LETTER_REQUIRED = True