Merge pull request #330 from dod-ccpo/cancel-button
Cancel button redirects to members view page
This commit is contained in:
commit
43fddc03b7
@ -131,7 +131,7 @@
|
||||
<button class='action-group__action usa-button usa-button-big'>
|
||||
{% if is_new_member %}Create{% else %}Save{% endif %}
|
||||
</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