diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-03-16 16:24:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-03-16 19:10:16 +0000 |
commit | 72e7c2ac4b6a644ee2bb002915122648d97c56e0 (patch) | |
tree | 6cc0ff6e8386d0aa53ac6bcfcdca8f4ae1dfa2ac /templates | |
parent | d0a16157fbd10f8bdf1a07c77331504c61bf7f5d (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.html | 10 |
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> |