diff options
author | Dave Arter <davea@mysociety.org> | 2018-03-28 21:15:35 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-03 12:44:25 +0100 |
commit | e030cc971d7f94d8fef97987c205207ed4709bcf (patch) | |
tree | ca4df9b6def42500c09451b965a1f772c5aaa707 | |
parent | ba975ff5382460eb46b76ec0560802c7a05dfcc9 (diff) |
[Buckinghamshire] Ask for location instead of problem summary
-rw-r--r-- | templates/web/buckinghamshire/report/new/form_report.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/buckinghamshire/report/new/form_report.html b/templates/web/buckinghamshire/report/new/form_report.html index e027df5be..729b0e807 100644 --- a/templates/web/buckinghamshire/report/new/form_report.html +++ b/templates/web/buckinghamshire/report/new/form_report.html @@ -16,11 +16,11 @@ [% END %] </div> - <label for="form_title">[% loc('Summarise the problem') %]</label> + <label for="form_title">[% loc('Location of the problem') %]</label> [% IF field_errors.title %] <p class='form-error'>[% field_errors.title %]</p> [% END %] - <input class="form-control" type="text" value="[% report.title | html %]" name="title" id="form_title" placeholder="Exact location" required> + <input class="form-control" type="text" value="[% report.title | html %]" name="title" id="form_title" placeholder="Exact location, including any landmarks" required> [% TRY %][% PROCESS 'report/new/after_title.html' %][% CATCH file %][% END %] |