Update form to handle No access

This commit is contained in:
leigh-mil
2019-04-23 15:39:31 -04:00
parent 9b426bbde4
commit 5e415edaef
5 changed files with 14 additions and 11 deletions

View File

@@ -217,6 +217,4 @@ REQUIRED_DISTRIBUTIONS = [
("other", "Other as necessary"),
]
ENV_ROLES = [(role.value, role.value) for role in CSPRole] + [
("No access", "No access")
]
ENV_ROLES = [(role.value, role.value) for role in CSPRole] + [("", "No access")]