diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html index 628916b83..da03b62e2 100644 --- a/src/registrar/templates/application_form.html +++ b/src/registrar/templates/application_form.html @@ -70,12 +70,18 @@ class="usa-button" >Submit your domain request {% 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":" + {% endcomment %} {% endblock %}