diff options
Diffstat (limited to 'templates/web/default/alert/index.html')
-rw-r--r-- | templates/web/default/alert/index.html | 4 |
1 files changed, 1 insertions, 3 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' %] |