aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-02-19 11:16:33 +0000
committerStruan Donald <struan@exo.org.uk>2013-02-19 11:16:33 +0000
commit85a76c8a07222e7ba4b9e16f006b2b873ac6f7e0 (patch)
tree82c5527913601621d80c5f82836f0e9cc8f7ae01
parent730074f202601367890a5de37a46a2a203d49c9f (diff)
do not display in progress banner if problem is reported to Bromley
-rw-r--r--templates/web/fixmystreet/report/banner.html2
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 %]