removed save button

This commit is contained in:
Jon Roberts 2023-03-06 12:24:45 -05:00
parent 22eb49c004
commit 608eaaea25
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -70,12 +70,18 @@
class="usa-button"
>Submit your domain request</button>
{% endif %}
{% comment %}
Commenting this section as we are "removing"
the save progress button for now.
If confirmed to remove this, please reivist and
remove in application.py "if button == "save":"
<button
type="submit"
name="submit_button"
value="save"
class="usa-button usa-button--outline"
>Save progress</button>
{% endcomment %}
</div>
{% endblock %}