diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-04 17:26:01 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-04 17:26:01 +0100 |
commit | 6472ed6ce06d7eeba99916288e56c572a31b33cc (patch) | |
tree | 56caec87e5a4afa55ab9509e84ce7cf600b05952 | |
parent | 359df931543e985c87514eb84dfc7f31b488e064 (diff) |
Correct page title and target for form
-rw-r--r-- | templates/web/default/alert/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index 12601f2ae..a62b743f5 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -1,4 +1,4 @@ -[% INCLUDE 'header.html', title => loc('Contact') %] +[% INCLUDE 'header.html', title => loc('Local RSS feeds and email alerts') %] <h1>[% loc('Local RSS feeds and email alerts') %]</h1> @@ -8,7 +8,7 @@ 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"> +<form method="get" action="/alert/list"> <p> [% loc('To find out what local alerts we have for you, please enter your GB postcode or street name and area:' ) %] |