diff options
5 files changed, 13 insertions, 4 deletions
diff --git a/templates/web/bromley/faq/faq-en-gb.html b/templates/web/bromley/faq/faq-en-gb.html index f0b5e1a7e..3dfd26483 100755 --- a/templates/web/bromley/faq/faq-en-gb.html +++ b/templates/web/bromley/faq/faq-en-gb.html @@ -23,11 +23,18 @@ <li>complaining about your neighbours <li>complaining or commenting about the council </ul> - <p>Do not use this to report urgent or emergency problems because reports are not always dealt with immediately outside of working hours.</p> + <p>Note, the council does not maintain responsibility for problems on private land or TFL roads (A21 and part of the A232, West Wickham to Locksbottom). TFL road enquiries should be directed to <a href="http://reportit.tfl.gov.uk/">http://reportit.tfl.gov.uk/</a>. </dd> + <dt><a name="emergencies"></a>Reporting emergencies (out of hours)</dt> + <dd> + <p>Please do not report problems which present an immediate risk to life, for example missing manhole covers or a fallen lamp column.</p> + <p>Please direct your enquiry to our <a href="http://www.bromley.gov.uk/info/200039/emergencies/460/emergency_contacts">Out of Hours service</a></p> + + </dd> + <dt>How do I report a problem here?</dt> <dd>After entering a postcode or location, you are shown a map of that area. You can view problems already reported in that area, diff --git a/templates/web/bromley/report/new/councils_extra_text.html b/templates/web/bromley/report/new/councils_extra_text.html new file mode 100644 index 000000000..a48a061a1 --- /dev/null +++ b/templates/web/bromley/report/new/councils_extra_text.html @@ -0,0 +1 @@ +Do not use this to <a href="/faq#emergencies">report emergencies outside working hours</a>. diff --git a/templates/web/bromley/report/new/fill_in_details_form.html b/templates/web/bromley/report/new/fill_in_details_form.html index 1ceb0ac10..2c5abb874 100644 --- a/templates/web/bromley/report/new/fill_in_details_form.html +++ b/templates/web/bromley/report/new/fill_in_details_form.html @@ -55,14 +55,13 @@ [% IF report.used_map %] <p> We won’t be able to help unless you leave as much -detail as you can. Please describe the exact location of the problem (e.g. on a -wall). + detail as you can. <strong>Please remember the content of this report will be public.</strong> </p> [% END %] [% IF field_errors.detail %] <p class='form-error'>[% field_errors.detail %]</p> [% END %] - <textarea rows="7" cols="26" name="detail" id="form_detail" placeholder="[% loc('Please fill in details of the problem.') %]" required>[% report.detail | html %]</textarea> + <textarea rows="7" cols="26" name="detail" id="form_detail" placeholder="[% loc('Please describe the exact location of the report. Example: “2 dumped mattresses outside Number 19 Stockwell Close”') %]" required>[% report.detail | html %]</textarea> [% IF js %] <div id="form_category_row"> diff --git a/templates/web/default/report/new/councils_extra_text.html b/templates/web/default/report/new/councils_extra_text.html new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/templates/web/default/report/new/councils_extra_text.html diff --git a/templates/web/default/report/new/councils_text_all.html b/templates/web/default/report/new/councils_text_all.html index ecc81ca18..cb1e6de1a 100644 --- a/templates/web/default/report/new/councils_text_all.html +++ b/templates/web/default/report/new/councils_text_all.html @@ -22,5 +22,7 @@ %] [% END %] +[% INCLUDE 'report/new/councils_extra_text.html' %] + [% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %] </p> |