diff options
-rw-r--r-- | templates/web/fixmystreet/report/updates-sidebar-notes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/report/updates-sidebar-notes.html b/templates/web/fixmystreet/report/updates-sidebar-notes.html index bdbcae518..9f2420392 100644 --- a/templates/web/fixmystreet/report/updates-sidebar-notes.html +++ b/templates/web/fixmystreet/report/updates-sidebar-notes.html @@ -1,5 +1,7 @@ <p> - [% IF ( problem.bodies_str != '2482' AND !problem.bodies_str.match('2347') ) OR problem.send_method_used != 'Open311' %] + [% IF c.cobrand.moniker != 'fixamingata' %] + [% IF problem.send_method_used != 'Open311' OR c.cobrand.moniker != 'fixmystreet' OR ( problem.bodies_str != '2482' AND !problem.bodies_str.match('2347') ) %] [% loc( 'Please note that updates are not sent to the council.' ) %] [% END %] + [% END %] [% loc( 'Your information will only be used in accordance with our <a href="/privacy">privacy policy</a>' ) %]</p> |