Maybe Pa11y fix:

This commit is contained in:
Rebecca Hsieh 2024-05-28 15:55:59 -07:00
parent 05868966c5
commit 0b0f8a4e1a
No known key found for this signature in database

View file

@ -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>