aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-10-02 16:19:10 +0100
committerStruan Donald <struan@exo.org.uk>2012-10-02 16:19:10 +0100
commit48f75a14957e5c7e71fd633c10e88df01864d45a (patch)
tree58461daedecbe449e88c80700a0dcfe7d4acf6a6
parentd62ef0d3633c48660213bd177d2f7c70ae56dd25 (diff)
do not display in progress banner for 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 58712604e..301a0e893 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' ];
- IF states.grep(problem.state).size %]
+ IF c.cobrand.moniker != 'bromley' && states.grep(problem.state).size %]
[% INCLUDE banner, id = 'progress', text = loc('In progress') %]
[% END %]