From d0b68acbe9b77e7d9b4d0ba0c2c7bf4eb46af7ce Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 9 Jul 2018 10:38:22 -0400 Subject: [PATCH] Email address does not need to come from CAC --- atst/forms/poc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atst/forms/poc.py b/atst/forms/poc.py index 4f2fe1cb..f0ac093f 100644 --- a/atst/forms/poc.py +++ b/atst/forms/poc.py @@ -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(