aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/bromley/index.html')
-rw-r--r--templates/web/bromley/index.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/web/bromley/index.html b/templates/web/bromley/index.html
index aeb4cc01c..bd68bad72 100644
--- a/templates/web/bromley/index.html
+++ b/templates/web/bromley/index.html
@@ -26,14 +26,9 @@ Modernizr.load({
<div id="front-main">
<div id="front-main-container">
- [%
- question
- = c.cobrand.enter_postcode_text()
- || loc("Enter a nearby GB postcode, or street name and area");
- %]
-
+ [% question = c.cobrand.enter_postcode_text() %]
<form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm">
- <label for="pc">Enter a Bromley postcode, or street name and area:</label>
+ <label for="pc">[% question %]:</label>
<div>
<input type="text" name="pc" value="" id="pc" size="10" maxlength="200" placeholder="[% tprintf(loc('e.g. ā€˜%s’ or ā€˜%s’'), c.cobrand.example_places) %]">
<input type="submit" value="[% loc('Go') %]" id="submit">