From 6f16d22f19f7f020559afa45f06658619e2e413a Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 29 Mar 2021 00:13:25 +0200 Subject: [PATCH] =?UTF-8?q?V=20defaultn=C3=AD=20konfiguraci=20je=20lep?= =?UTF-8?q?=C5=A1=C3=AD=20m=C3=ADt=20AUTO=5FREGISTER=5FTEST=20vypnut=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.py.example b/etc/config.py.example index 2d14749d..1e93f3d2 100644 --- a/etc/config.py.example +++ b/etc/config.py.example @@ -50,4 +50,4 @@ JOB_EXPIRATION = 5 # Automatické přihlašování účastníků do testovací soutěže # (kolo aktuální_ročník-T-1, celostátní soutěž) -AUTO_REGISTER_TEST = True +AUTO_REGISTER_TEST = False -- GitLab