aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/alert/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/alert/index.html')
-rw-r--r--templates/web/default/alert/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html
index fa38d8b7d..908b1b120 100644
--- a/templates/web/default/alert/index.html
+++ b/templates/web/default/alert/index.html
@@ -8,7 +8,9 @@ alerts for all problems within a particular ward or council, or all problems
within a certain distance of a particular location.') %]
</p>
-[% IF location_error %]
+[% IF location_offshore %]
+ <ul class="error"><li>[% loc('That location does not appear to be covered by a council, perhaps it is offshore - please try somewhere more specific.') %]</li></ul>
+[% ELSIF location_error %]
<ul class="error"><li>[% location_error | html %]</li></ul>
[% END %]