frontend for adding new application member
- updated styling - eliminated stray <form> tag in application team template
This commit is contained in:
@@ -219,3 +219,6 @@ REQUIRED_DISTRIBUTIONS = [
|
||||
]
|
||||
|
||||
ENV_ROLES = [(role.value, role.value) for role in CSPRole] + [(None, "No access")]
|
||||
FORMATTED_ENV_ROLES = [(role.value, "- {} -".format(role.value)) for role in CSPRole] + [
|
||||
(None, "- No Access -")
|
||||
]
|
||||
|
Reference in New Issue
Block a user