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.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html
index 4d63e7f34..d8478cf98 100644
--- a/templates/web/default/alert/index.html
+++ b/templates/web/default/alert/index.html
@@ -11,7 +11,7 @@ within a certain distance of a particular location.') %]
[% 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>
+ <ul class="error"><li>[% location_error %]</li></ul>
[% ELSE %]
[% INCLUDE 'errors.html' %]
[% END %]
@@ -22,7 +22,6 @@ within a certain distance of a particular location.') %]
postcode or street name and area:' ) %]
<input type="text" name="pc" value="[% pc | html %]">
<input type="submit" value="[% loc('Go') %]">
- [% cobrand_form_elements %]
</p>
</form>