diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-04 14:07:44 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-04 14:07:44 +0100 |
commit | ff94ce527a2090ab60c33012c086540d7ebf5b5c (patch) | |
tree | 01ddf0857dee57de361531bbde6fed03e4630b37 | |
parent | fb8ddac45d81e40daee88aab963ac09423762e76 (diff) |
add in alert index page form code
-rw-r--r-- | templates/web/default/alert/alert.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/templates/web/default/alert/alert.html b/templates/web/default/alert/alert.html index 7804a2e12..12601f2ae 100644 --- a/templates/web/default/alert/alert.html +++ b/templates/web/default/alert/alert.html @@ -2,7 +2,20 @@ <h1>[% loc('Local RSS feeds and email alerts') %]</h1> -<h2>FixMyStreet.com</h2> +<p> +[% loc('FixMyStreet has a variety of RSS feeds and email alerts for local problems, including +alerts for all problems within a particular ward or council, or all problems +within a certain distance of a particular location.') %] +</p> + +<form method="get" action="/alert"> + <p> + [% loc('To find out what local alerts we have for you, please enter your GB + postcode or street name and area:' ) %] + <input type="text" name="pc" value=""> + <input type="submit" value="[% loc('Go') %]"> + </p> +</form> [%# FIXME - put in blurb here %] |