From 6dcd3ed0c9541f5efad8537dd1ec109584635e82 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Wed, 20 Mar 2024 11:17:57 -0500 Subject: [PATCH] Don't allow normal contests to run pretests only --- judge/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/judge/forms.py b/judge/forms.py index 0f42ca1..290e5bb 100644 --- a/judge/forms.py +++ b/judge/forms.py @@ -295,7 +295,6 @@ class EditOrganizationContestForm(ModelForm): "hide_problem_tags", "public_scoreboard", "scoreboard_visibility", - "run_pretests_only", "points_precision", "description", "og_image",