Add form to template
- do not use None as a dropdown value because it was causing issues - cleans up some comments
This commit is contained in:
@@ -32,6 +32,7 @@ def team(application_id):
|
||||
team_data = []
|
||||
for member in application.members:
|
||||
user_id = member.user.id
|
||||
# TODO: if no members, we get a server error
|
||||
user_name = member.user.full_name
|
||||
environment_users[user_id] = {
|
||||
"permissions": {
|
||||
|
||||
Reference in New Issue
Block a user