From fae6d49b024cd22714d6b07cd234d7a0012128a8 Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Tue, 8 Nov 2022 17:15:15 -0500 Subject: [PATCH] Change next button to submit on last page --- src/registrar/templates/application_form.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html index f49b288c7..a164d4d35 100644 --- a/src/registrar/templates/application_form.html +++ b/src/registrar/templates/application_form.html @@ -17,8 +17,13 @@ {% endif %}

{{form_titles|get_item:wizard.steps.current}}

{% block form_content %} - - + {% if wizard.steps.next %} + + + {% else %} + + + {% endif %} {% endblock %}