Email address does not need to come from CAC

This commit is contained in:
richard-dds 2018-07-09 10:38:22 -04:00
parent 9151bcef3d
commit d0b68acbe9

View File

@ -9,7 +9,7 @@ class POCForm(Form):
lname_poc = StringField("POC Last Name", validators=[Required()]) lname_poc = StringField("POC Last Name", validators=[Required()])
email_poc = StringField( email_poc = StringField(
"POC Email (associated with CAC)", validators=[Required(), Email()] "POC Email Address", validators=[Required(), Email()]
) )
dodid_poc = StringField( dodid_poc = StringField(