From 608eaaea25a04897bc2d87d99f6989883d5b40da Mon Sep 17 00:00:00 2001 From: Jon Roberts Date: Mon, 6 Mar 2023 12:24:45 -0500 Subject: [PATCH] removed save button --- src/registrar/templates/application_form.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}