mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Update home.html
This commit is contained in:
parent
2ee9a8f32d
commit
dc032e5222
1 changed files with 2 additions and 2 deletions
|
@ -182,10 +182,10 @@
|
|||
>
|
||||
<form method="POST" action="{% url "application-delete" pk=application.id %}">
|
||||
{% if application.requested_domain is None %}
|
||||
{% with prefix="Are you sure you want to delete New domain request " %}
|
||||
{% with prefix="Are you sure you want to delete New domain request (" %}
|
||||
{% if application.created_at %}
|
||||
{% with formatted_date=application.created_at|date:"DATETIME_FORMAT" %}
|
||||
{% with modal_heading=prefix|add:formatted_date %}
|
||||
{% with modal_heading=prefix|add:formatted_date|add:")?" %}
|
||||
{% include 'includes/modal.html' with modal_heading=modal_heading modal_description="This will remove the domain request from the .gov registrar. This action cannot be undone." modal_button=modal_button|safe %}
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue