change label and description for review comments field

This commit is contained in:
Andrew Croce 2018-09-13 12:44:53 -04:00 committed by dandds
parent d476124762
commit 905226e98a

View File

@ -7,7 +7,7 @@ from .validators import Alphabet, PhoneNumber
class CCPOReviewForm(ValidatedForm):
comment = TextAreaField("Comments (optional)")
comment = TextAreaField("Instructions or comments", description='Provide instructions or notes for additional information that is necessary to approve the request here. The requestor may then re-submit the updated request or initiate contact outside of AT-AT if further discussion is required. <strong>This message will be shared with the person making the JEDI request.</strong>.')
fname_mao = StringField(
"First Name (optional)", validators=[Optional(), Alphabet()]
)