From b42340d7e9a09c3faa2d1545675b63d4158cd30c Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Mon, 7 Nov 2022 18:57:17 -0500 Subject: [PATCH] remove old previous bottom from purpose --- src/registrar/templates/application_purpose.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/registrar/templates/application_purpose.html b/src/registrar/templates/application_purpose.html index 00b8793dd..0903880e7 100644 --- a/src/registrar/templates/application_purpose.html +++ b/src/registrar/templates/application_purpose.html @@ -20,13 +20,7 @@ {{ wizard.form.purpose_field|add_class:"usa-textarea usa-character-count__field"|attr:"aria-describedby:instructions"|attr:"maxlength=500" }} You can enter up to 500 characters - - - {% if wizard.steps.prev %} - - {% endif %} - {% endblock %}