diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-24 10:38:14 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-24 10:38:14 +0100 |
commit | dbff22338ad89ce22f28cce080241e2edb4a8cde (patch) | |
tree | 2d24d77e7bc97b46dde56d91d4dfa3002e230e50 | |
parent | 1607dda8558871b6f6419c01742c6f1db58d05b6 (diff) |
small text/design tweaks for stevenage
-rw-r--r-- | templates/web/fixmystreet/report/display.html | 2 | ||||
-rw-r--r-- | templates/web/stevenage/around/intro.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/report/display.html b/templates/web/fixmystreet/report/display.html index a22de373d..8df29229d 100644 --- a/templates/web/fixmystreet/report/display.html +++ b/templates/web/fixmystreet/report/display.html @@ -49,7 +49,7 @@ <div id="update_form"> <h2>[% loc( 'Provide an update') %]</h2> - [% IF c.cobrand.moniker != 'emptyhomes' %] + [% IF c.cobrand.moniker != 'emptyhomes' AND c.cobrand.moniker != 'stevenage' %] <div class="general-sidebar-notes"> [% INCLUDE 'report/updates-sidebar-notes.html' %] </div> diff --git a/templates/web/stevenage/around/intro.html b/templates/web/stevenage/around/intro.html index 08133814a..488b587da 100644 --- a/templates/web/stevenage/around/intro.html +++ b/templates/web/stevenage/around/intro.html @@ -1,2 +1,2 @@ <h1>[% loc('Report, view, or discuss local problems') %]</h1> - <h2>(like graffiti or fly tipping)</h2> + <h2>(like Graffiti, Fly Tipping and Abandoned Vehicles)</h2> |