diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-29 17:04:23 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-03-23 13:40:33 +0000 |
commit | 7823ed83065e20146e5d7f2ea7d3ef13ea0ebce8 (patch) | |
tree | 0e3a633920f68c88d76de1a2a01f47e7666edf87 | |
parent | bb80807e20d3ff282d5c5948339566ecfb123e0e (diff) |
do not display London Report-It text for Barnet
-rw-r--r-- | templates/web/fixmystreet/report/new/councils_text_all.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/report/new/councils_text_all.html b/templates/web/fixmystreet/report/new/councils_text_all.html index fb10ec4fd..fe2d5be12 100644 --- a/templates/web/fixmystreet/report/new/councils_text_all.html +++ b/templates/web/fixmystreet/report/new/councils_text_all.html @@ -1,5 +1,5 @@ <p> -[% IF all_councils.${area_ids_to_list.0}.type == 'LBO' %] +[% IF area_ids_to_list.0 != 2489 && all_councils.${area_ids_to_list.0}.type == 'LBO' %] [% tprintf( loc('All the information you provide here will be sent to <strong>%s</strong> or a relevant local body such as <strong>TfL</strong>, via the London Report-It system.'), @@ -16,4 +16,4 @@ [% END %] [% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %] -</p>
\ No newline at end of file +</p> |