Fix missing translate call
This commit is contained in:
parent
a434b9649c
commit
5198fd8889
@ -11,7 +11,7 @@ from atst.utils.localization import translate
|
|||||||
class CCPOReviewForm(CacheableForm):
|
class CCPOReviewForm(CacheableForm):
|
||||||
comment = TextAreaField(
|
comment = TextAreaField(
|
||||||
translate("forms.ccpo_review.comment_label"),
|
translate("forms.ccpo_review.comment_label"),
|
||||||
description=("forms.ccpo_review.comment_description"),
|
description=translate("forms.ccpo_review.comment_description"),
|
||||||
)
|
)
|
||||||
fname_mao = StringField(
|
fname_mao = StringField(
|
||||||
translate("forms.ccpo_review.fname_mao_label"), validators=[Optional(), Name()]
|
translate("forms.ccpo_review.fname_mao_label"), validators=[Optional(), Name()]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user