diff --git a/templates/workspaces/members/edit.html b/templates/workspaces/members/edit.html index 339f154b..e82cdaae 100644 --- a/templates/workspaces/members/edit.html +++ b/templates/workspaces/members/edit.html @@ -53,8 +53,8 @@ {% for project in projects %} - {% set revoke_modal_name = project.name + 'RevokeModal' %} - + {% set revoke_modal_name = string(project.id) + 'RevokeModal' %} +