diff options
Diffstat (limited to 'templates/web/base/around/postcode_form.html')
-rw-r--r-- | templates/web/base/around/postcode_form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/around/postcode_form.html b/templates/web/base/around/postcode_form.html index 69c95d311..e0277614d 100644 --- a/templates/web/base/around/postcode_form.html +++ b/templates/web/base/around/postcode_form.html @@ -21,5 +21,6 @@ <input type="hidden" name="filter_category" value="[% c.user.categories.join(",") | html %]"> [% END %] </form> + <a href="[% c.uri_for('/around') %]" id="geolocate_link">… [% loc('or locate me automatically') %]</a> </div> </div> |