Change comment field description

This commit is contained in:
Andrew Croce 2018-09-21 14:20:51 -04:00
parent dc46608ede
commit 69e7e0fb95

View File

@ -7,6 +7,6 @@ from .forms import ValidatedForm
class InternalCommentForm(ValidatedForm):
text = TextAreaField(
"CCPO Internal Notes",
description="You may add additional comments and notes for internal CCPO reference and follow-up here.",
description="Add comments or notes for internal CCPO reference and follow-up here.<strong>These comments <em>will not</em> be visible to the person making the JEDI request.</strong>",
validators=[Optional()],
)