Switch up buttons on new app provisioning, step 1

- change cancel button to a link
 - add disabled previous button
This commit is contained in:
graham-dds 2019-10-08 15:20:21 -04:00
parent 250b6755aa
commit 5a16af8cbb

View File

@ -45,7 +45,8 @@
{% block next_button %}
{{ SaveButton(text=('portfolios.applications.new.step_1_button_text' | translate)) }}
{% endblock %}
<a class="usa-button usa-button-secondary" href="{{ url_for('applications.portfolio_applications', portfolio_id=portfolio.id) }}">
<button disabled class="usa-button usa-button-secondary">Previous</button>
<a href="{{ url_for('applications.portfolio_applications', portfolio_id=portfolio.id) }}">
Cancel
</a>
</span>