Rename "choices" var to "role_choices" for clarity

This commit is contained in:
Patrick Smith
2018-11-12 16:48:57 -05:00
parent 09b8169929
commit 947106a5b1
3 changed files with 5 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ def workspace_members(workspace_id):
return render_template(
"workspaces/members/index.html",
workspace=workspace,
choices=WORKSPACE_ROLE_DEFINITIONS,
role_choices=WORKSPACE_ROLE_DEFINITIONS,
members=members_list,
new_member=new_member,
)