Merge pull request #330 from dod-ccpo/cancel-button

Cancel button redirects to members view page
This commit is contained in:
montana-mil 2018-09-25 13:12:40 -04:00 committed by GitHub
commit 43fddc03b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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