mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
removed save button
This commit is contained in:
parent
22eb49c004
commit
608eaaea25
1 changed files with 6 additions and 0 deletions
|
@ -70,12 +70,18 @@
|
||||||
class="usa-button"
|
class="usa-button"
|
||||||
>Submit your domain request</button>
|
>Submit your domain request</button>
|
||||||
{% endif %}
|
{% 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
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
name="submit_button"
|
name="submit_button"
|
||||||
value="save"
|
value="save"
|
||||||
class="usa-button usa-button--outline"
|
class="usa-button usa-button--outline"
|
||||||
>Save progress</button>
|
>Save progress</button>
|
||||||
|
{% endcomment %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue