Change comment field description
This commit is contained in:
@@ -7,6 +7,6 @@ from .forms import ValidatedForm
|
|||||||
class InternalCommentForm(ValidatedForm):
|
class InternalCommentForm(ValidatedForm):
|
||||||
text = TextAreaField(
|
text = TextAreaField(
|
||||||
"CCPO Internal Notes",
|
"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()],
|
validators=[Optional()],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user