diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-26 13:28:57 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-26 13:28:57 +0000 |
commit | 066499bf6cbf4afc208f4707c355d4d202607444 (patch) | |
tree | 55900beaf43d8af889c8cc87b68fdb1db901571b | |
parent | 23068c4a32d87c7d11cd31b9fd8d6dfb0d7f7dad (diff) | |
parent | ff7ae8ac2925a1b114526103d968fabc0f4c8777 (diff) |
Merge remote branch 'origin/master'
-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 %] |