diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-09 11:56:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-09 11:56:03 +0100 |
commit | 77a6b78dd4732d6943963e4ed9b0775ffe615db6 (patch) | |
tree | 1d0f24eba4f6b642ebf366940fbe2a570713cc83 /templates/web/default/around | |
parent | c721134411970bbd987857e68d04f6810ba86b71 (diff) | |
parent | de4dcf6c785dff4775dee837f1156f2e16e30b6b (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into open311-consumer
Conflicts:
web/css/core.css
Diffstat (limited to 'templates/web/default/around')
-rw-r--r-- | templates/web/default/around/around_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/around/around_index.html b/templates/web/default/around/around_index.html index 8c144e469..3e6d96acd 100644 --- a/templates/web/default/around/around_index.html +++ b/templates/web/default/around/around_index.html @@ -33,7 +33,7 @@ <p>[% loc('We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here.') %]</p> <ul class="pc_alternatives"> [% FOREACH match IN possible_location_matches %] - <li><a href="/around?pc=[% match | uri %]">[% match | html %]</a></li> + <li><a href="/around?latitude=[% match.latitude | uri %];longitude=[% match.longitude | uri %]">[% match.address | html %]</a></li> [% END %] </ul> [% END %] |