diff options
-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:' ) %] |