minor edit

This commit is contained in:
Jon Roberts 2023-04-13 14:06:41 -06:00
parent c010e78e2a
commit 25f4ea1843
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -7,11 +7,12 @@
<div class="grid-col desktop:grid-offset-2 desktop:grid-col-8">
<p><h1>Withdraw request for {{ domainapplication.requested_domain.name }} ?</h1></p>
<p><h1>Withdraw request for {{ domainapplication.requested_domain.name }}?</h1></p>
If you withdraw your request we won't review it. Once you withdraw your request you'll be able to edit it or completely remove it.
<p><button type="" class="usa-button usa-button--outline withdraw_outline">Withdraw Request</button> Cancel </p>
<p><button type="" class="usa-button usa-button--outline withdraw_outline">Withdraw request</button>
<a href="{% url 'application-status' domainapplication.id %}"> Cancel </a></p>
</div>