From 6b9cb3a2289121e39bcd46747625d1617dc36990 Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Wed, 29 May 2024 15:49:35 -0700 Subject: [PATCH] See if fix for pa11y works --- src/registrar/views/domain_request.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/registrar/views/domain_request.py b/src/registrar/views/domain_request.py index 7f8f7dec0..a86fa500d 100644 --- a/src/registrar/views/domain_request.py +++ b/src/registrar/views/domain_request.py @@ -401,13 +401,10 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView): "user": self.request.user, } else: # form is not complete - # modal_button = '" - # modal_button = '' - # modal_button = ( - # '' - # ) - modal_button = '" + modal_button = ( + '' + ) context_stuff = { "form_titles": self.TITLES, "steps": self.steps,