diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/web/default/around/display_location.html | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/templates/web/default/around/display_location.html b/templates/web/default/around/display_location.html index e8e452cf4..beb2f623e 100755 --- a/templates/web/default/around/display_location.html +++ b/templates/web/default/around/display_location.html @@ -66,6 +66,16 @@ </div> <div id="side"> +<p id="text_map"> + [% loc( 'To <strong>report a problem</strong>, simply click on the map at the correct location.' ) %] + [% + tprintf( + loc("<small>If you cannot see the map, <a href='%s' rel='nofollow'>skip this step</a>.</small>"), + url_skip + ) + %] +</p> + <h1>[% loc('Problems in this area') %]</h1> <p id="alert_links_area"> @@ -78,22 +88,6 @@ </a> </p> -[% IF location_error %] - <ul class="error"> - <li>[% location_error | html %]</li> - </ul> -[% END %] - -<p id="text_map"> - [% loc( 'To report a problem, simply <strong>click on the map</strong> at the correct location.' ) %] - [% - tprintf( - loc("<small>If you cannot see the map, <a href='%s' rel='nofollow'>skip this step</a>.</small>"), - url_skip - ) - %] -</p> - <div id="nearby_lists"> <h2>[% loc('Reports on and around the map') %]</h2> |