From 2a697a81d6eb5db99de1f04f0ac1458361cebf3f Mon Sep 17 00:00:00 2001 From: jnywong Date: Tue, 26 Nov 2024 17:00:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20required=20and=20leaderboa?= =?UTF-8?q?rd=5Fdisplay=20keys=20to=20SITE=5FSUBMISSION=5FFORM=5FSCHEMA=20?= =?UTF-8?q?config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frx_challenges/frx_challenges/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frx_challenges/frx_challenges/settings.py b/frx_challenges/frx_challenges/settings.py index bd0136d..791fa76 100644 --- a/frx_challenges/frx_challenges/settings.py +++ b/frx_challenges/frx_challenges/settings.py @@ -262,6 +262,8 @@ "title": "Repository", "helpText": "Link to repository containing code and stuff", "format": "uri", + "required": False, + "leaderboard_display": False, } }, }