Give me some space

This commit is contained in:
Patrick Smith 2018-09-24 15:34:04 -04:00 committed by Andrew Croce
parent ac1c4cd5b7
commit aaf15ee268

View File

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