diff options
-rw-r--r-- | templates/web/bromley/report/new/fill_in_details_form.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 8fd65584e..1ce6a156b 100644 --- a/templates/web/bromley/report/new/fill_in_details_form.html +++ b/templates/web/bromley/report/new/fill_in_details_form.html @@ -27,7 +27,10 @@ <p> [% IF report.used_map %] - [% INCLUDE 'report/new/fill_in_details_text.html' %] + 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), what it is, how long it has been there, a description (and a photo of +the problem if you have one), etc. [% ELSE %] [% loc('Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box.') %] [% END %] |