Create macros for displaying form fields on review page

This commit is contained in:
leigh-mil
2019-01-18 15:17:33 -05:00
parent 635c301db4
commit b7d101c1fa
4 changed files with 142 additions and 179 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(