mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
This should fix pa11y
This commit is contained in:
parent
0b0f8a4e1a
commit
a7e0ddc443
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
|||
"has_profile_feature_flag": flag_is_active(self.request, "profile_feature"),
|
||||
}
|
||||
else: # form is not complete
|
||||
modal_button = '<button type="button" ' 'class="usa-button" ' " data-close-modal>Return to request</button>"
|
||||
modal_button = '<button type="submit" ' 'class="usa-button" ' " data-close-modal>Return to request</button>"
|
||||
context_stuff = {
|
||||
"form_titles": self.TITLES,
|
||||
"steps": self.steps,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue