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 | |
parent | be802c7a8f1e7c7dc134281b76680f3a7d592441 (diff) |
Better council text on alert page.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/bromley/index.html | 9 | ||||
-rw-r--r-- | templates/web/fixmystreet/alert/index.html | 15 |
2 files changed, 15 insertions, 9 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"> diff --git a/templates/web/fixmystreet/alert/index.html b/templates/web/fixmystreet/alert/index.html index 010dfe55c..9390ec809 100644 --- a/templates/web/fixmystreet/alert/index.html +++ b/templates/web/fixmystreet/alert/index.html @@ -15,9 +15,15 @@ [% END %] <p> +[% IF c.cobrand.is_council %] +FixMyStreet has a variety of RSS feeds and email alerts for local problems, including +alerts for all problems within a particular ward, or all problems +within a certain distance of a particular location. +[% ELSE %] [% loc('FixMyStreet has a variety of RSS feeds and email alerts for local problems, including alerts for all problems within a particular ward or council, or all problems within a certain distance of a particular location.') %] +[% END %] </p> [% IF location_offshore %] @@ -28,8 +34,13 @@ within a certain distance of a particular location.') %] [% INCLUDE 'errors.html' %] [% END %] -<p>[% loc('To find out what local alerts we have for you, please enter your GB - postcode or street name and area' ) %]</p> +<p> +[% IF c.cobrand.is_council %] +To find out what local alerts we have for you, please enter your [% c.cobrand.council_area %] postcode or street name and area: +[% ELSE %] +[% loc('To find out what local alerts we have for you, please enter your GB postcode or street name and area' ) %] +[% END %] +</p> <form method="get" action="/alert/list" class="full-width"> <fieldset> <div class="form-txt-submit-box"> |