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:
richard-dds 2018-09-10 10:49:59 -04:00 committed by GitHub
commit 59a5b2da5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>