diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-10 12:52:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-10 12:52:03 +0000 |
commit | 881fc519900cfc2a5675925c8ac7e5080435db42 (patch) | |
tree | b0545ac3401143b9b3858eab802b975d0ac114e2 | |
parent | 37ed4d4aae659db14f77d96e5da8e2deb922860d (diff) |
[fixmystreet.com] Remove council message from /reports.
-rwxr-xr-x | templates/web/base/reports/body.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/web/base/reports/body.html b/templates/web/base/reports/body.html index 929a4a527..14ecec0f1 100755 --- a/templates/web/base/reports/body.html +++ b/templates/web/base/reports/body.html @@ -53,13 +53,6 @@ [% INCLUDE 'reports/_ward-list.html' %] -[% IF c.cobrand.moniker == 'fixmystreet' %] -<p class="promo"> - FixMyStreet is now available for local council websites. - <a href="https://www.fixmystreet.com/council">Find out more</a>. -</p> -[% END %] - <section class="full-width"> [% INCLUDE "reports/_list-filters.html", use_form_wrapper = 1 %] <div class="js-pagination"> |