Make PE number input accept single string only
This commit is contained in:
parent
5b4a8fd2d3
commit
43e427d4ef
@ -15,8 +15,8 @@ class FinancialForm(Form):
|
||||
"Unique Item Identifier (UII)s related to your application(s) if you already have them."
|
||||
)
|
||||
|
||||
pe_id = NewlineListField(
|
||||
"Program Element (PE) Numbers related to your request"
|
||||
pe_id = StringField(
|
||||
"Program Element (PE) Number related to your request"
|
||||
)
|
||||
|
||||
fname_co = StringField("Contracting Officer First Name", validators=[Required()])
|
||||
|
Loading…
x
Reference in New Issue
Block a user