From c4f0f603f68c846b38c0d1fd7fb6e2acdf274b50 Mon Sep 17 00:00:00 2001 From: sto Date: Thu, 20 Nov 2025 15:44:27 +0100 Subject: [PATCH] Remove useless team contest setting --- app/views/contests/settings_general_edit.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/contests/settings_general_edit.html.slim b/app/views/contests/settings_general_edit.html.slim index 357131d..34515a6 100644 --- a/app/views/contests/settings_general_edit.html.slim +++ b/app/views/contests/settings_general_edit.html.slim @@ -25,7 +25,7 @@ .form-check.form-switch = form.check_box :public, class: "form-check-input" = form.label :public - .row.mb-3 + .row.mb-3 style="display: none" .col .form-check.form-switch = form.check_box :team, class: "form-check-input"