diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-03 12:35:33 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-03 12:35:33 +0100 |
commit | 5372bc6ce8c92bd54faef6df80c51ea3c146b9fb (patch) | |
tree | 4a72d68f5190e01dcb7172ada8abf3186d7944d3 /templates | |
parent | 19f8ec9a3f61b1561cb4bebdcc0fb7da92421511 (diff) | |
parent | 5ea3916780aee8e905370fb872d3ea811a8729c8 (diff) |
Merge branch 'version-2.4.1'v2.4.1
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/new/fill_in_details_form.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/web/base/report/new/fill_in_details_form.html b/templates/web/base/report/new/fill_in_details_form.html index c819d34a0..a508b9307 100644 --- a/templates/web/base/report/new/fill_in_details_form.html +++ b/templates/web/base/report/new/fill_in_details_form.html @@ -1,10 +1,7 @@ <h1>[% loc('Report your problem') %]</h1> [% IF report.used_map %] - <ul class="change_location"> - <li class="change_location__map">[% loc('Click the map or drag the pin to adjust the location') %]</li> - <li class="change_location__search">[% loc('Or <a href="/">search for a different location</a>') %]</li> - </ul> + <p class="change_location">[% loc('Wrong location? Just click again on the map.') %]</p> [% END %] [% TRY %][% INCLUDE 'report/new/roads_message.html' %][% CATCH file %][% END %] |