Skip to content

Commit b0a51ee

Browse files
authored
Update entity-gone.html
1 parent f0ab770 commit b0a51ee

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

application/templates/entity-gone.html

+14-15
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@
33
{% set templateName = "dl-info/entity-gone.html" %}
44

55
{%- block content %}
6-
7-
<div class="govuk-grid-row">
8-
<div class="govuk-grid-column-two-thirds">
9-
<h1 class="govuk-heading-l">Entity Removed</h1>
10-
11-
<p class="govuk-body">
12-
This entity (#{{ entity }}) has been removed.
13-
</p>
14-
15-
{% set subject = "Feedback on removed entity with number " + entity %}
16-
<div class="govuk-body">
17-
Spotted an issue? You can
18-
<a href="mailto:{{ templateVar.email }}?subject={{ subject }}" class="govuk-link"> contact the Planning Data team </a>
19-
if you need to speak to someone about this page.
6+
<div class="govuk-grid-row">
7+
<div class="govuk-grid-column-two-thirds">
8+
<h1 class="govuk-heading-l">Entity Removed</h1>
9+
10+
<p class="govuk-body">
11+
This entity (#{{ entity }}) has been removed.
12+
</p>
13+
14+
{% set subject = "Feedback on removed entity with number " + entity %}
15+
<div class="govuk-body">
16+
Spotted an issue? You can
17+
<a href="mailto:{{ templateVar.email }}?subject={{ subject }}" class="govuk-link"> contact the Planning Data team </a>
18+
if you need to speak to someone about this page.
19+
</div>
2020
</div>
2121
</div>
22-
</div>
2322
{%- endblock %}

0 commit comments

Comments
 (0)