aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-14 11:34:16 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-14 11:34:16 +0000
commit7b3d8a737a50bc4447f6fbb6c6ea99ad61e6c919 (patch)
tree14b5192c8b93332882534d82bb93145a5c7e9dec
parent0aec019ca9c84efdd5a1b3e062649b4d2294f0b7 (diff)
All Bromley updates.
-rw-r--r--templates/web/default/report/updates.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/report/updates.html b/templates/web/default/report/updates.html
index 6e9a940da..65f743526 100644
--- a/templates/web/default/report/updates.html
+++ b/templates/web/default/report/updates.html
@@ -28,7 +28,7 @@
[%- IF update.mark_open %][% update_state = ", " _ loc( 'reopened' ) %][% END %]
[%- IF !update_state && update.problem_state %]
[%- state = update.meta_problem_state %]
- [%- IF c.cobrand.moniker == 'bromley' OR update.user.body == 'Bromley Council' %]
+ [%- IF c.cobrand.moniker == 'bromley' OR problem.bodies_str == '2482' %]
[% state = loc('no further action') IF update.problem_state == 'unable to fix' %]
[% state = loc('third party responsibility') IF update.problem_state == 'not responsible' %]
[% END %]