Update name of env form

This commit is contained in:
leigh-mil
2019-04-22 16:56:09 -04:00
parent fbd9c9db66
commit f6577c0cd6
3 changed files with 6 additions and 4 deletions

View File

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