Return to home page when canceling out of the portfolio builder
This commit is contained in:
parent
f4a3b74361
commit
a6382eacf8
@ -41,7 +41,7 @@
|
|||||||
{% block next_button %}
|
{% block next_button %}
|
||||||
{{ SaveButton(text=('common.save' | translate), form="portfolio-create", element="input") }}
|
{{ SaveButton(text=('common.save' | translate), form="portfolio-create", element="input") }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<a href="{{ url_for('applications.portfolio_applications', portfolio_id=portfolio.id) }}">
|
<a href="{{ url_for('atst.home') }}">
|
||||||
Cancel
|
Cancel
|
||||||
</a>
|
</a>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user