aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/around/postcode_form.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/around/postcode_form.html b/templates/web/base/around/postcode_form.html
index 0ffff711e..0921fa496 100644
--- a/templates/web/base/around/postcode_form.html
+++ b/templates/web/base/around/postcode_form.html
@@ -28,8 +28,8 @@
[% END %]
</form>
[%~ SET link_params = {};
- IF c.get_param('filter_category'); link_params.filter_category = c.get_param('filter_category') | uri; END;
- IF c.get_param('filter_group'); link_params.filter_group = c.get_param('filter_group') | uri; END;
+ IF c.get_param('filter_category'); link_params.filter_category = c.get_param('filter_category'); END;
+ IF c.get_param('filter_group'); link_params.filter_group = c.get_param('filter_group'); END;
%]
<a href="[% c.uri_for('/around', link_params) | html %]" id="geolocate_link">&hellip; [% loc('or locate me automatically') %]</a>