Do not show previous button on first step of form
This commit is contained in:
@@ -19,9 +19,11 @@
|
|||||||
class="usa-button usa-button-primary">
|
class="usa-button usa-button-primary">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% if step != "1" %}
|
||||||
<a class="usa-button usa-button-secondary" href="{{ previous_button_link }}">
|
<a class="usa-button usa-button-secondary" href="{{ previous_button_link }}">
|
||||||
Previous
|
Previous
|
||||||
</a>
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="{{ cancel_url }}"
|
href="{{ cancel_url }}"
|
||||||
|
Reference in New Issue
Block a user