Merge pull request #261 from dod-ccpo/fix-new-member-cancel
Route to members list after cancelling new member creation
This commit is contained in:
commit
59a5b2da5a
@ -29,7 +29,7 @@
|
||||
|
||||
<div class='action-group'>
|
||||
<button class="usa-button usa-button-big usa-button-primary" tabindex="0">Add User</button>
|
||||
<a href='#' class='action-group__action icon-link'>
|
||||
<a href='{{ url_for("workspaces.workspace_members", workspace_id=workspace.id) }}' class='action-group__action icon-link'>
|
||||
{{ Icon('x') }}
|
||||
<span>Cancel</span>
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user