aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-10-23 15:02:06 +0100
committerStruan Donald <struan@exo.org.uk>2012-10-23 15:02:06 +0100
commitb2d998377f55f6863549fbd0ee13bc6cc8965b58 (patch)
treef44f2709686095035fd21181b5e5c62dd246f744
parentce8a64b15c6aea9b6ba0e4f4636ce8e12be88d45 (diff)
we do send updates to stevenage
-rw-r--r--templates/web/fixmystreet/report/updates-sidebar-notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/report/updates-sidebar-notes.html b/templates/web/fixmystreet/report/updates-sidebar-notes.html
index 1bd07b765..e59d61fec 100644
--- a/templates/web/fixmystreet/report/updates-sidebar-notes.html
+++ b/templates/web/fixmystreet/report/updates-sidebar-notes.html
@@ -1,5 +1,5 @@
<p>
- [% IF problem.council != '2482' OR problem.send_method_used != 'Open311' %]
+ [% IF ( problem.council != '2482' AND !problem.council.match('2347') ) OR problem.send_method_used != 'Open311' %]
[% loc( 'Please note that updates are not sent to the council.' ) %]
[% END %]
[% loc( 'Your information will only be used in accordance with our <a href="/privacy">privacy policy</a>' ) %]</p>