diff options
Diffstat (limited to 'templates/web/default/alert/index.html')
-rw-r--r-- | templates/web/default/alert/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html new file mode 100644 index 000000000..12601f2ae --- /dev/null +++ b/templates/web/default/alert/index.html @@ -0,0 +1,22 @@ +[% INCLUDE 'header.html', title => loc('Contact') %] + +<h1>[% loc('Local RSS feeds and email alerts') %]</h1> + +<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 %] + +[% INCLUDE 'footer.html' %] |