diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/alert/index.html | 4 | ||||
-rw-r--r-- | templates/web/default/around/around_index.html | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index f178f677f..1f0635ae4 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -14,9 +14,7 @@ within a certain distance of a particular location.') %] [% END %] </p> -[% IF location_offshore %] - <div class="error">[% loc('That location does not appear to be covered by a council, perhaps it is offshore - please try somewhere more specific.') %]</div> -[% ELSIF location_error %] +[% IF location_error %] <div class="error">[% location_error %]</div> [% ELSE %] [% INCLUDE 'errors.html' %] diff --git a/templates/web/default/around/around_index.html b/templates/web/default/around/around_index.html index 55ed38341..aca7b3f4b 100644 --- a/templates/web/default/around/around_index.html +++ b/templates/web/default/around/around_index.html @@ -20,9 +20,7 @@ </form> -[% IF location_offshore %] - <p class="error">[% loc('That spot does not appear to be covered by a council. If you have tried to report an issue past the shoreline, for example, please specify the closest point on land.') %]</p> -[% ELSIF location_error %] +[% IF location_error %] <p class="error">[% location_error %]</p> [% END %] |