Use new checkboxinput for POC checkbox

This commit is contained in:
richard-dds
2018-08-14 20:47:36 -04:00
parent 4085c42c1c
commit 932922cfe6
7 changed files with 32 additions and 37 deletions

View File

@@ -132,7 +132,7 @@ class JEDIRequestFlow(object):
else self.current_user
)
if section == "primary_poc":
if data.get("am_poc") == "yes":
if data.get("am_poc"):
data = {
**data,
"dodid_poc": user.dod_id,