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"