mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
Test 3 of Pa11y fix
This commit is contained in:
parent
6b9cb3a228
commit
a34f55d44f
1 changed files with 2 additions and 2 deletions
|
@ -402,8 +402,8 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
||||||
}
|
}
|
||||||
else: # form is not complete
|
else: # form is not complete
|
||||||
modal_button = (
|
modal_button = (
|
||||||
'<button type="button" class="usa-button" data-close-modal '
|
"<!-- pa11y-ignore-next-line WCAG2AA.Principle2.Guideline2_2.2_2_1.H91 -->"
|
||||||
'data-pa11y-ignore="true">Return to request</button>'
|
'<button type="button" class="usa-button" data-close-modal>Return to request</button>'
|
||||||
)
|
)
|
||||||
context_stuff = {
|
context_stuff = {
|
||||||
"form_titles": self.TITLES,
|
"form_titles": self.TITLES,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue