diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-14 10:35:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-14 10:35:49 +0000 |
commit | 0aec019ca9c84efdd5a1b3e062649b4d2294f0b7 (patch) | |
tree | 8be91eead2a3522c0290829f526c7ab00a64c3c0 | |
parent | f4bf287ec35242fc713ce47cd4cda34b096f1a56 (diff) |
Wording tweak for Bromley third party responsibility.
-rw-r--r-- | templates/web/default/report/updates.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/default/report/updates.html b/templates/web/default/report/updates.html index c2aad42f9..6e9a940da 100644 --- a/templates/web/default/report/updates.html +++ b/templates/web/default/report/updates.html @@ -28,8 +28,9 @@ [%- 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' ) AND update.problem_state == 'unable to fix' %] - [%- state = loc('no further action') %] + [%- IF c.cobrand.moniker == 'bromley' OR update.user.body == 'Bromley Council' %] + [% state = loc('no further action') IF update.problem_state == 'unable to fix' %] + [% state = loc('third party responsibility') IF update.problem_state == 'not responsible' %] [% END %] [%- IF update.problem_state == 'confirmed' AND global.last_state != '' %] [%- update_state = ", " _ loc('reopened') %] |