diff --git a/templates/workspaces/members/edit.html b/templates/workspaces/members/edit.html index 339f154b..2c4410c3 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 = (project.id|string) + 'RevokeModal' %} +