Merge pull request #556 from dod-ccpo/navigate-to-form-review-page

Navigate to Task Order Form review page
This commit is contained in:
leigh-mil
2019-01-22 14:11:00 -05:00
committed by GitHub
4 changed files with 99 additions and 113 deletions

View File

@@ -45,8 +45,8 @@ class AppInfoForm(CacheableForm):
default="",
)
native_apps = RadioField(
translate("forms.task_order.native_apps_label"),
description=translate("forms.task_order.native_apps_description"),
translate("forms.task_order.native_apps.label"),
description=translate("forms.task_order.native_apps.description"),
choices=[("yes", "Yes"), ("no", "No"), ("not_sure", "Not Sure")],
)
complexity = SelectMultipleField(