diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-26 12:07:22 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-26 12:07:22 +0100 |
commit | ef19fcc2ce206f64635e103527e4c7957896e853 (patch) | |
tree | c6f517ed2f03a5830f8aad43efe43763472fe5cd | |
parent | 160d4e58184abe915d7c7e6f13e4b715a9944b16 (diff) |
correct url to list local alerts form
-rwxr-xr-x | templates/web/default/around/display_location.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/around/display_location.html b/templates/web/default/around/display_location.html index f9a9bdc51..f78c6fd25 100755 --- a/templates/web/default/around/display_location.html +++ b/templates/web/default/around/display_location.html @@ -9,7 +9,7 @@ : c.uri_for( "/rss/l/$short_latitude,$short_longitude" ); email_url = c.uri_for( - '/alert', + '/alert/list', { lat => short_latitude, lon => short_longitude, |