Update name of env form
This commit is contained in:
@@ -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")
|
||||
]
|
||||
|
Reference in New Issue
Block a user