Fixes after rebase
This commit is contained in:
parent
dde87569d2
commit
a1760ad4c0
@ -184,7 +184,7 @@ APP_MIGRATION = [
|
|||||||
("not_sure", translate("forms.task_order.app_migration.not_sure")),
|
("not_sure", translate("forms.task_order.app_migration.not_sure")),
|
||||||
]
|
]
|
||||||
|
|
||||||
PROJECT_COMPLEXITY = [
|
APPLICATION_COMPLEXITY = [
|
||||||
("storage", translate("forms.task_order.complexity.storage")),
|
("storage", translate("forms.task_order.complexity.storage")),
|
||||||
("data_analytics", translate("forms.task_order.complexity.data_analytics")),
|
("data_analytics", translate("forms.task_order.complexity.data_analytics")),
|
||||||
("conus", translate("forms.task_order.complexity.conus")),
|
("conus", translate("forms.task_order.complexity.conus")),
|
||||||
|
@ -52,7 +52,7 @@ class AppInfoForm(CacheableForm):
|
|||||||
complexity = SelectMultipleField(
|
complexity = SelectMultipleField(
|
||||||
translate("forms.task_order.complexity.label"),
|
translate("forms.task_order.complexity.label"),
|
||||||
description=translate("forms.task_order.complexity.description"),
|
description=translate("forms.task_order.complexity.description"),
|
||||||
choices=PROJECT_COMPLEXITY,
|
choices=APPLICATION_COMPLEXITY,
|
||||||
default="",
|
default="",
|
||||||
widget=ListWidget(prefix_label=False),
|
widget=ListWidget(prefix_label=False),
|
||||||
option_widget=CheckboxInput(),
|
option_widget=CheckboxInput(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user