aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/index.html')
-rw-r--r--templates/web/default/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html
index 1e64779e9..fa1974730 100644
--- a/templates/web/default/index.html
+++ b/templates/web/default/index.html
@@ -43,7 +43,7 @@
|| loc("Enter a nearby GB postcode, or street name and area");
%]
-<form action="[% c.cobrand.url('/around') %]" method="get" name="postcodeForm" id="postcodeForm">
+<form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm">
<label for="pc">[% question %]:</label>
&nbsp;<input type="text" name="pc" value="" id="pc" size="10" maxlength="200">
&nbsp;<input type="submit" value="[% loc('Go') %]" id="submit">