Reorganized form fields and updated some texts

This commit is contained in:
Luis Cielak
2018-07-09 14:34:03 -04:00
parent 6d74715e8f
commit c407b9824f
3 changed files with 22 additions and 11 deletions

View File

@@ -12,11 +12,11 @@ class FinancialForm(Form):
)
uii_ids = NewlineListField(
"Please enter the Unique Item Identifier (UII)s related to your application(s) if you already have them."
"Unique Item Identifier (UII)s related to your application(s) if you already have them."
)
pe_id = NewlineListField(
"Please provide the Program Element (PE) Numbers related to your request"
"Program Element (PE) Numbers related to your request"
)
fname_co = StringField("Contracting Officer First Name", validators=[Required()])