diff options
author | Struan Donald <struan@exo.org.uk> | 2012-12-06 12:29:26 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-12-06 12:33:41 +0000 |
commit | 3c4c0ec2f55d82502169d2313745920850efdc99 (patch) | |
tree | 902aba3033ab47408eeadfc75a4ab73b834ea6b7 | |
parent | 398efa36e00eb9bd088ba9447bade199aebc8f5e (diff) |
do not display unknown status banner on bromley site
-rw-r--r-- | templates/web/fixmystreet/report/banner.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/report/banner.html b/templates/web/fixmystreet/report/banner.html index 41969a44e..c6201cafc 100644 --- a/templates/web/fixmystreet/report/banner.html +++ b/templates/web/fixmystreet/report/banner.html @@ -5,7 +5,7 @@ </div> [% END %] -[% IF problem.is_open AND date.now - problem.lastupdate_local.epoch > 8 * 7 * 24 * 60 * 60 %] +[% IF c.cobrand.moniker != 'bromley' AND problem.is_open AND date.now - problem.lastupdate_local.epoch > 8 * 7 * 24 * 60 * 60 %] [% INCLUDE banner, id = 'unknown', text = loc('Unknown') %] [% END %] [% IF problem.is_fixed %] |