mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
Updated withdraw confirmation text (#1647)
* Updated withdraw confirmation text * Update src/registrar/templates/application_withdraw_confirmation.html Co-authored-by: Katherine-Osos <119689946+Katherine-Osos@users.noreply.github.com> --------- Co-authored-by: Katherine-Osos <119689946+Katherine-Osos@users.noreply.github.com>
This commit is contained in:
parent
cddab76f29
commit
779dfa3709
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<h1>Withdraw request for {{ domainapplication.requested_domain.name }}?</h1>
|
<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>
|
<p>If you withdraw your request, we won't review it. Once you withdraw your request, you can edit it and submit it again. </p>
|
||||||
|
|
||||||
<p><a href="{% url 'application-withdrawn' domainapplication.id %}" class="usa-button withdraw">Withdraw request</a>
|
<p><a href="{% url 'application-withdrawn' domainapplication.id %}" class="usa-button withdraw">Withdraw request</a>
|
||||||
<a href="{% url 'application-status' domainapplication.id %}">Cancel</a></p>
|
<a href="{% url 'application-status' domainapplication.id %}">Cancel</a></p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue