Fix bad validation rules
This commit is contained in:
@ -176,7 +176,8 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
|
||||
self.fields['positive_case_type'] = forms.ChoiceField(
|
||||
widget=forms.RadioSelect(),
|
||||
choices=POSITIVE_CASE_TYPE_CHOICES
|
||||
choices=POSITIVE_CASE_TYPE_CHOICES,
|
||||
required=False
|
||||
)
|
||||
|
||||
self.fields['project_owners'].required = True
|
||||
|
Reference in New Issue
Block a user