Email address does not need to come from CAC
This commit is contained in:
parent
9151bcef3d
commit
d0b68acbe9
@ -9,7 +9,7 @@ class POCForm(Form):
|
||||
lname_poc = StringField("POC Last Name", validators=[Required()])
|
||||
|
||||
email_poc = StringField(
|
||||
"POC Email (associated with CAC)", validators=[Required(), Email()]
|
||||
"POC Email Address", validators=[Required(), Email()]
|
||||
)
|
||||
|
||||
dodid_poc = StringField(
|
||||
|
Loading…
x
Reference in New Issue
Block a user