Commit b0a51ee 1 parent f0ab770 commit b0a51ee Copy full SHA for b0a51ee
File tree 1 file changed +14
-15
lines changed
1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 3
3
{% set templateName = "dl-info/entity-gone.html" %}
4
4
5
5
{%- 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 >
20
20
</ div >
21
21
</ div >
22
- </ div >
23
22
{%- endblock %}
You can’t perform that action at this time.
0 commit comments