Update funding section
This commit is contained in:
@@ -210,28 +210,28 @@ TEAM_EXPERIENCE = [
|
||||
]
|
||||
|
||||
PERIOD_OF_PERFORMANCE_LENGTH = [
|
||||
("1", "1 Month"),
|
||||
("2", "2 Months"),
|
||||
("3", "3 Months"),
|
||||
("4", "4 Months"),
|
||||
("5", "5 Months"),
|
||||
("6", "6 Months"),
|
||||
("7", "7 Months"),
|
||||
("8", "8 Months"),
|
||||
("9", "9 Months"),
|
||||
("10", "10 Months"),
|
||||
("11", "11 Months"),
|
||||
("12", "1 Year"),
|
||||
("13", "1 Year, 1 Month"),
|
||||
("14", "1 Year, 2 Months"),
|
||||
("15", "1 Year, 3 Months"),
|
||||
("16", "1 Year, 4 Months"),
|
||||
("17", "1 Year, 5 Months"),
|
||||
("18", "1 Year, 6 Months"),
|
||||
("19", "1 Year, 7 Months"),
|
||||
("20", "1 Year, 8 Months"),
|
||||
("21", "1 Year, 9 Months"),
|
||||
("22", "1 Year, 10 Months"),
|
||||
("23", "1 Year, 11 Months"),
|
||||
("24", "2 Years"),
|
||||
("1", translate("forms.task_order.performance_length.1")),
|
||||
("2", translate("forms.task_order.performance_length.2")),
|
||||
("3", translate("forms.task_order.performance_length.3")),
|
||||
("4", translate("forms.task_order.performance_length.4")),
|
||||
("5", translate("forms.task_order.performance_length.5")),
|
||||
("6", translate("forms.task_order.performance_length.6")),
|
||||
("7", translate("forms.task_order.performance_length.7")),
|
||||
("8", translate("forms.task_order.performance_length.8")),
|
||||
("9", translate("forms.task_order.performance_length.9")),
|
||||
("10", translate("forms.task_order.performance_length.10")),
|
||||
("11", translate("forms.task_order.performance_length.11")),
|
||||
("12", translate("forms.task_order.performance_length.12")),
|
||||
("13", translate("forms.task_order.performance_length.13")),
|
||||
("14", translate("forms.task_order.performance_length.14")),
|
||||
("15", translate("forms.task_order.performance_length.15")),
|
||||
("16", translate("forms.task_order.performance_length.16")),
|
||||
("17", translate("forms.task_order.performance_length.17")),
|
||||
("18", translate("forms.task_order.performance_length.18")),
|
||||
("19", translate("forms.task_order.performance_length.19")),
|
||||
("20", translate("forms.task_order.performance_length.20")),
|
||||
("21", translate("forms.task_order.performance_length.21")),
|
||||
("22", translate("forms.task_order.performance_length.22")),
|
||||
("23", translate("forms.task_order.performance_length.23")),
|
||||
("24", translate("forms.task_order.performance_length.24")),
|
||||
]
|
||||
|
@@ -77,7 +77,7 @@ class AppInfoForm(CacheableForm):
|
||||
|
||||
class FundingForm(CacheableForm):
|
||||
performance_length = SelectField(
|
||||
translate("forms.task_order.performance_length_label"),
|
||||
translate("forms.task_order.performance_length.label"),
|
||||
choices=PERIOD_OF_PERFORMANCE_LENGTH,
|
||||
)
|
||||
start_date = DateField(
|
||||
|
Reference in New Issue
Block a user