diff options
Diffstat (limited to 'templates/web')
4 files changed, 5 insertions, 16 deletions
diff --git a/templates/web/base/report/new/councils_text_all.html b/templates/web/base/report/new/councils_text_all.html index e9a008e90..5e5ad13a0 100644 --- a/templates/web/base/report/new/councils_text_all.html +++ b/templates/web/base/report/new/councils_text_all.html @@ -1,13 +1,6 @@ [%# XXX The below type checking is assuming that a body ID can be used to look up a mapit type. %] <p> -[% IF bodies_to_list.0 != 2489 && bodies_to_list.0 != 2482 && all_areas.${bodies_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.'), - all_body_names.join( '</strong>' _ loc(' or ') _ '<strong>' ) - ); -%] -[% ELSIF all_areas.${bodies_to_list.0}.type == 'LGD' %] +[% 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>.'), diff --git a/templates/web/fixmystreet-uk-councils/static/privacy.html b/templates/web/fixmystreet-uk-councils/static/privacy.html index addce1e2d..ba1745978 100644 --- a/templates/web/fixmystreet-uk-councils/static/privacy.html +++ b/templates/web/fixmystreet-uk-councils/static/privacy.html @@ -32,9 +32,7 @@ other companies, you can adjust your usage or install opt-out browser plugins. <dt>Who gets to see my email address?</dt> <dd>If you submit a problem, we pass on your details, and details of the problem, to the council contact or contacts responsible for the area where -you located the problem, or other relevant body (for example, in most of London -we send reports via the central London Report-It service, who may also publish -the public details of your report). Other than the council, who obviously get +you located the problem, or other relevant body. Other than the council, who obviously get your email address, only people we authorise to view the FixMyStreet administration interface will be able to see your email address and they will never use it for anything other than to help administer FixMyStreet. Similarly diff --git a/templates/web/fixmystreet.com/faq/faq-en-gb.html b/templates/web/fixmystreet.com/faq/faq-en-gb.html index 92991fb0a..947576b38 100755 --- a/templates/web/fixmystreet.com/faq/faq-en-gb.html +++ b/templates/web/fixmystreet.com/faq/faq-en-gb.html @@ -261,8 +261,8 @@ category for your report. If your problem is very near a council boundary, it is easy to place the pin on the wrong side of it by mistake. Similarly, choosing the wrong category can mean that your report is sent to one council when it should have gone to another. -<p>At the moment, FixMyStreet does not send reports to the Highways Agency -(except within London), but we are working on that. +<p>At the moment, FixMyStreet does not send reports to the Highways Agency, +but we are working on that. <p>If the above two paragraphs do not apply, please <a href="/contact">drop us a line</a> and we'll try to get to the bottom of why your report has been misrouted. Please include the URL (web address) of your FixMyStreet report. diff --git a/templates/web/fixmystreet.com/static/privacy.html b/templates/web/fixmystreet.com/static/privacy.html index addce1e2d..ba1745978 100755 --- a/templates/web/fixmystreet.com/static/privacy.html +++ b/templates/web/fixmystreet.com/static/privacy.html @@ -32,9 +32,7 @@ other companies, you can adjust your usage or install opt-out browser plugins. <dt>Who gets to see my email address?</dt> <dd>If you submit a problem, we pass on your details, and details of the problem, to the council contact or contacts responsible for the area where -you located the problem, or other relevant body (for example, in most of London -we send reports via the central London Report-It service, who may also publish -the public details of your report). Other than the council, who obviously get +you located the problem, or other relevant body. Other than the council, who obviously get your email address, only people we authorise to view the FixMyStreet administration interface will be able to see your email address and they will never use it for anything other than to help administer FixMyStreet. Similarly |