Add translation label for cor checkbox

This commit is contained in:
Montana
2019-01-14 14:54:48 -05:00
parent dc01a68c29
commit 2145549c1b
3 changed files with 35 additions and 1 deletions

View File

@@ -120,6 +120,9 @@ class OversightForm(CacheableForm):
validators=[Required(), Length(min=10), IsNumber()],
)
am_cor = BooleanField(
translate("forms.task_order.oversight_am_cor_label"),
)
cor_first_name = StringField(
translate("forms.task_order.oversight_first_name_label")
)