Make project_owners & shareholders required..
..and tweak "country" label text
This commit is contained in:
@ -118,6 +118,9 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
choices=POSITIVE_CASE_TYPE_CHOICES
|
||||
)
|
||||
|
||||
self.fields['project_owners'].required = True
|
||||
self.fields['shareholders'].required = True
|
||||
|
||||
self.helper.form_action = reverse('long-form')
|
||||
self.helper.layout = Layout(
|
||||
TabHolder(
|
||||
|
Reference in New Issue
Block a user