Give me some space
This commit is contained in:
parent
ac1c4cd5b7
commit
aaf15ee268
@ -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()],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user