Optional radio fields

This commit is contained in:
George Drummond
2019-02-01 10:37:40 -05:00
parent 4c0092a7c7
commit 305a36eef2
4 changed files with 13 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ class AppInfoForm(CacheableForm):
translate("forms.task_order.native_apps.label"),
description=translate("forms.task_order.native_apps.description"),
choices=[("yes", "Yes"), ("no", "No"), ("not_sure", "Not Sure")],
default="",
validators=[Optional()],
)
complexity = SelectMultipleField(