Return to home page when canceling out of the portfolio builder

This commit is contained in:
leigh-mil 2019-12-19 11:55:04 -05:00
parent f4a3b74361
commit a6382eacf8

View File

@ -41,7 +41,7 @@
{% block next_button %}
{{ SaveButton(text=('common.save' | translate), form="portfolio-create", element="input") }}
{% endblock %}
<a href="{{ url_for('applications.portfolio_applications', portfolio_id=portfolio.id) }}">
<a href="{{ url_for('atst.home') }}">
Cancel
</a>
</form>