Remove useless team contest setting
Some checks failed
CI / scan_ruby (push) Failing after 19s
CI / scan_js (push) Successful in 14s
CI / lint (push) Successful in 14s
CI / test (push) Failing after 43s

This commit is contained in:
sto
2025-11-20 15:44:27 +01:00
parent 709719b801
commit c4f0f603f6

View File

@@ -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"