diff options
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> |