diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-11-06 12:14:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-11-06 16:36:53 +0000 |
commit | 29aa60b63a440a2721797e0b595ff8004bef4e12 (patch) | |
tree | 8e0e0d73794d85614baa1c6fae65b64c551491d6 /templates | |
parent | 2effd80038d29c3b19b04834197ebaa4df3d77e6 (diff) |
Revert "Clearer relocation options while reporting."
This reverts commit ee3c4e05daf3f4df01762ead3d07697a12f13a28.
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 %] |