Show "Remove Workspace Access" button

This commit is contained in:
richard-dds
2018-11-30 11:01:32 -05:00
parent ad050c9bcc
commit 4b8c4e3a1d
4 changed files with 46 additions and 3 deletions

View File

@@ -57,7 +57,6 @@
{{ ConfirmationButton (
"Remove Workspace Access",
url_for("workspaces.revoke_access", workspace_id=workspace.id, member_id=member.id),
form.csrf_token,
confirm_msg="Are you sure? This will remove this user from the workspace.",
)}}
{% endif %}