Make the modal a forced action modal

This commit is contained in:
Rachid Mrad 2023-12-15 01:34:48 -05:00
parent 53dd308d33
commit 8b6ca02de1
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -103,6 +103,7 @@
id="toggle-submit-domain-request"
aria-labelledby="Are you sure you want to continue?"
aria-describedby="Your DNSSEC records will be deleted from the registry."
data-force-action
>
{% include 'includes/modal.html' with modal_heading="You are about to submit a domain request for yourcity.gov." modal_description="Once you submit this request, you wont be able to make further edits until its reviewed by our staff. Youll only be able to withdraw your request." modal_button=modal_button|safe %}
</div>