aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-03-16 16:24:34 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-03-16 19:10:16 +0000
commit72e7c2ac4b6a644ee2bb002915122648d97c56e0 (patch)
tree6cc0ff6e8386d0aa53ac6bcfcdca8f4ae1dfa2ac /templates
parentd0a16157fbd10f8bdf1a07c77331504c61bf7f5d (diff)
[fixmystreet.com] Remove special NI code.
This is now handled by normal bodies in the admin. In order to remove references in send_reports, tidy up (unused) EmptyHomes code a bit.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/report/new/councils_text_all.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/web/base/report/new/councils_text_all.html b/templates/web/base/report/new/councils_text_all.html
index 5e5ad13a0..9947625a5 100644
--- a/templates/web/base/report/new/councils_text_all.html
+++ b/templates/web/base/report/new/councils_text_all.html
@@ -1,20 +1,10 @@
-[%# XXX The below type checking is assuming that a body ID can be used to look up a mapit type. %]
<p>
-[% IF all_areas.${bodies_to_list.0}.type == 'LGD' %]
-[%
- tprintf(
- loc('All the information you provide here will be sent to <strong>%s</strong> or <strong>Roads Service</strong>.'),
- all_body_names.join( '</strong>' _ loc(' or ') _ '<strong>' )
- );
-%]
-[% ELSE %]
[%
tprintf(
loc('All the information you provide here will be sent to <strong>%s</strong>.'),
all_body_names.join( '</strong>' _ loc(' or ') _ '<strong>' )
);
%]
-[% END %]
[% INCLUDE 'report/new/councils_extra_text.html' %]
</p>