diff --git a/project/forms.py b/project/forms.py index 0201b7fd6..a529cb204 100644 --- a/project/forms.py +++ b/project/forms.py @@ -116,7 +116,7 @@ class TaskFormCreate(ModelForm): "sequence": forms.HiddenInput(), "stage": forms.SelectMultiple( attrs={ - "class": "oh-select oh-select-2 select2-hidden-accessible", + "class": "oh-select oh-select-2", "onchange": "keyResultChange($(this))", } ),