mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
Maybe Pa11y fix:
This commit is contained in:
parent
05868966c5
commit
0b0f8a4e1a
1 changed files with 4 additions and 2 deletions
|
@ -39,13 +39,15 @@
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% elif not is_domain_request_form or review_form_is_complete %}
|
{% elif is_domain_request_form or review_form_is_complete %}
|
||||||
|
<!-- CANCEL BUTTON SHOULD NOT DISPLAY HERE -->
|
||||||
|
{% else %}
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
class="usa-button usa-button--unstyled padding-105 text-center"
|
class="usa-button usa-button--unstyled padding-105 text-center"
|
||||||
data-close-modal
|
data-close-modal
|
||||||
>
|
>
|
||||||
Cancel
|
Cancel YOU SHOULD NOT SEE THIS
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue