diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-23 15:01:21 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-23 15:01:21 +0100 |
commit | ce8a64b15c6aea9b6ba0e4f4636ce8e12be88d45 (patch) | |
tree | a1dc992551f5e0ea2c8d54918f53459e9d06da8e | |
parent | 6c1807c1e9ae25f0b51cc6623c08e357307c9cfd (diff) |
update stevenage words on front page, splitting template to do so
-rw-r--r-- | templates/web/bromley/around/intro.html | 1 | ||||
-rw-r--r-- | templates/web/fixmystreet/around/intro.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet/around/postcode_form.html | 7 | ||||
-rw-r--r-- | templates/web/stevenage/around/intro.html | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/templates/web/bromley/around/intro.html b/templates/web/bromley/around/intro.html new file mode 100644 index 000000000..ee4685b9c --- /dev/null +++ b/templates/web/bromley/around/intro.html @@ -0,0 +1 @@ + <h1 class="main mob-only">Reporting a problem in Bromley’s streets or parks</h1> diff --git a/templates/web/fixmystreet/around/intro.html b/templates/web/fixmystreet/around/intro.html new file mode 100644 index 000000000..d71dad1d5 --- /dev/null +++ b/templates/web/fixmystreet/around/intro.html @@ -0,0 +1,2 @@ + <h1>[% loc('Report, view, or discuss local problems') %]</h1> + <h2>[% loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)') %]</h2> diff --git a/templates/web/fixmystreet/around/postcode_form.html b/templates/web/fixmystreet/around/postcode_form.html index a98959d3a..5805d1ff5 100644 --- a/templates/web/fixmystreet/around/postcode_form.html +++ b/templates/web/fixmystreet/around/postcode_form.html @@ -1,11 +1,6 @@ <div id="front-main"> <div id="front-main-container"> - [% IF c.cobrand.moniker == 'bromley' %] - <h1 class="main mob-only">Reporting a problem in Bromley’s streets or parks</h1> - [% ELSE %] - <h1>[% loc('Report, view, or discuss local problems') %]</h1> - <h2>[% loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)') %]</h2> - [% END %] + [% INCLUDE 'around/intro.html' %] [% question = c.cobrand.enter_postcode_text || loc('Enter a nearby street name and area'); diff --git a/templates/web/stevenage/around/intro.html b/templates/web/stevenage/around/intro.html new file mode 100644 index 000000000..08133814a --- /dev/null +++ b/templates/web/stevenage/around/intro.html @@ -0,0 +1,2 @@ + <h1>[% loc('Report, view, or discuss local problems') %]</h1> + <h2>(like graffiti or fly tipping)</h2> |