Add missing required validators

This commit is contained in:
Patrick Smith
2018-08-20 11:39:12 -04:00
parent 9e24dd4913
commit 364d452598
2 changed files with 9 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ class RequestForm(ValidatedForm):
("5PB-10PB", "5PB-10PB"),
("Above 10PB", "Above 10PB"),
],
validators=[Required()],
)
expected_completion_date = SelectField(
@@ -117,6 +118,7 @@ class RequestForm(ValidatedForm):
("3-6 months", "3-6 months"),
("Above 12 months", "Above 12 months"),
],
validators=[Required()],
)
cloud_native = RadioField(