diff options
Diffstat (limited to 'templates/web/default/alert/index.html')
-rw-r--r-- | templates/web/default/alert/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index da057f785..d4fcccf94 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -12,6 +12,8 @@ within a certain distance of a particular location.') %] <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> +[% ELSE %] + [% INCLUDE 'errors.html' %] [% END %] <form method="get" action="/alert/list"> |