diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-19 11:16:33 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-19 11:16:33 +0000 |
commit | 85a76c8a07222e7ba4b9e16f006b2b873ac6f7e0 (patch) | |
tree | 82c5527913601621d80c5f82836f0e9cc8f7ae01 | |
parent | 730074f202601367890a5de37a46a2a203d49c9f (diff) |
do not display in progress banner if problem is reported to Bromley
-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 307a6f7ae..ce4666a6a 100644 --- a/templates/web/fixmystreet/report/banner.html +++ b/templates/web/fixmystreet/report/banner.html @@ -15,7 +15,7 @@ [% INCLUDE banner, id = 'closed', text = loc('Closed') %] [% END %] [% states = [ 'investigating', 'in progress', 'planned', 'action scheduled' ]; - IF c.cobrand.moniker != 'bromley' && states.grep(problem.state).size %] + IF c.cobrand.moniker != 'bromley' AND problem.bodies_str != '2482' && states.grep(problem.state).size %] [% INCLUDE banner, id = 'progress', text = loc('In progress') %] [% END %] |