diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 16:17:14 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 16:17:14 +0100 |
commit | 92aa6f070a4dc7302b3945fec6ee97da3f906ddc (patch) | |
tree | 414b89df052effc0f6b1582fdd5637a59d3f3d16 /templates/web/bromley/index.html | |
parent | be802c7a8f1e7c7dc134281b76680f3a7d592441 (diff) |
Better council text on alert page.
Diffstat (limited to 'templates/web/bromley/index.html')
-rw-r--r-- | templates/web/bromley/index.html | 9 |
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"> |