Give me some space

This commit is contained in:
Patrick Smith 2018-09-24 15:34:04 -04:00
parent da86245803
commit b9adf29f85

View File

@ -8,6 +8,6 @@ class InternalCommentForm(ValidatedForm):
text = TextAreaField(
"CCPO Internal Notes",
default="",
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>",
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=[InputRequired()],
)