aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley/index.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-14 16:17:14 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-14 16:17:14 +0100
commit92aa6f070a4dc7302b3945fec6ee97da3f906ddc (patch)
tree414b89df052effc0f6b1582fdd5637a59d3f3d16 /templates/web/bromley/index.html
parentbe802c7a8f1e7c7dc134281b76680f3a7d592441 (diff)
Better council text on alert page.
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">