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:
Montana
2019-05-02 13:51:41 -04:00
parent 416ea1de82
commit de41afa935
4 changed files with 50 additions and 40 deletions

View File

@@ -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": {