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'>
|
<button class='action-group__action usa-button usa-button-big'>
|
||||||
{% if is_new_member %}Create{% else %}Save{% endif %}
|
{% if is_new_member %}Create{% else %}Save{% endif %}
|
||||||
</button>
|
</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') }}
|
{{ Icon('x') }}
|
||||||
<span>Cancel</span>
|
<span>Cancel</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user