diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-10 10:55:42 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-10 10:55:42 +0100 |
commit | 6ff9e651989a835c996635bf502723a4701ed483 (patch) | |
tree | a3f38d99b85dfae0d010f023f418a6527ac605dd /templates/web/default | |
parent | da0902b7c836e514a5dd7304eb8354600e768225 (diff) |
Add in RSS redirects
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/alert/list.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/default/alert/list.html b/templates/web/default/alert/list.html index a839d58d6..3673d6db3 100644 --- a/templates/web/default/alert/list.html +++ b/templates/web/default/alert/list.html @@ -22,6 +22,14 @@ [% loc('Select which type of alert you\'d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert') %] </p> + [% IF errors %] + <ul class="error"> + [% FOREACH error IN errors %] + <li>[% error %]</li> + [% END %] + </ul> + [% END %] + <p> [% loc('The simplest alert is our geographic one') %] </p> |