mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +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
|
||||
</button>
|
||||
</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
|
||||
type="submit"
|
||||
class="usa-button usa-button--unstyled padding-105 text-center"
|
||||
data-close-modal
|
||||
>
|
||||
Cancel
|
||||
Cancel YOU SHOULD NOT SEE THIS
|
||||
</button>
|
||||
{% endif %}
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue