aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-08-07 14:26:07 +0100
committerStruan Donald <struan@exo.org.uk>2019-09-27 17:35:15 +0100
commit225574a9ab1edae754301190997f31e55b43d096 (patch)
tree039a26c593c89e6a363dab22762b3eb475949298
parentbafb09ea031435fef9e7bd5540977b6af62bfefe (diff)
[Hounslow,IsleOfWight] Remove an override template
-rw-r--r--templates/web/base/report/new/councils_text_all.html2
-rw-r--r--templates/web/hounslow/report/new/councils_text_all.html8
-rw-r--r--templates/web/isleofwight/report/new/councils_text_all.html5
3 files changed, 1 insertions, 14 deletions
diff --git a/templates/web/base/report/new/councils_text_all.html b/templates/web/base/report/new/councils_text_all.html
index 8b9abf1f3..63f4125f4 100644
--- a/templates/web/base/report/new/councils_text_all.html
+++ b/templates/web/base/report/new/councils_text_all.html
@@ -1,4 +1,4 @@
-[% SET default_list = [] %][% FOR b IN bodies_to_list.values %][% default_list.push(b.name) %][% END %]
+[% SET default_list = [] %][% FOR b IN bodies_to_list.values %][% default_list.push(b.cobrand_name) %][% END %]
[% DEFAULT list_of_names = default_list %]
<p>
diff --git a/templates/web/hounslow/report/new/councils_text_all.html b/templates/web/hounslow/report/new/councils_text_all.html
deleted file mode 100644
index c434813f8..000000000
--- a/templates/web/hounslow/report/new/councils_text_all.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<p>
- [% UNLESS non_public_categories.$category %]
- These will be sent to <strong>Hounslow Highways</strong> and also published online for others to see, in accordance with our
- <a href="[% c.cobrand.privacy_policy_url %]">privacy policy</a>.
- [% ELSE %]
- These will be sent to <strong>Hounslow Highways</strong> but not published online.
- [% END %]
-</p>
diff --git a/templates/web/isleofwight/report/new/councils_text_all.html b/templates/web/isleofwight/report/new/councils_text_all.html
deleted file mode 100644
index 199c92314..000000000
--- a/templates/web/isleofwight/report/new/councils_text_all.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<p>
- These will be sent to <strong>Island Roads</strong> and also published
- online for others to see, in accordance with our
- <a href="[% c.cobrand.privacy_policy_url %]">privacy policy</a>.
-</p>