diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-25 16:09:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-25 16:09:57 +0000 |
commit | ff7ae8ac2925a1b114526103d968fabc0f4c8777 (patch) | |
tree | 37faf30c704705a3932462d43465b1fbf3f88aaf | |
parent | 23836f4cd17f243e1f16ff91dc67c94b2ccb90ee (diff) |
No unknown banner on Bromley reports.
-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 c6201cafc..25c9db424 100644 --- a/templates/web/fixmystreet/report/banner.html +++ b/templates/web/fixmystreet/report/banner.html @@ -5,7 +5,7 @@ </div> [% END %] -[% IF c.cobrand.moniker != 'bromley' AND problem.is_open AND date.now - problem.lastupdate_local.epoch > 8 * 7 * 24 * 60 * 60 %] +[% IF c.cobrand.moniker != 'bromley' AND problem.council != '2482' 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 %] |