aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRikard <rikard@morus.se>2012-11-20 14:22:48 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-03-11 16:36:21 +0000
commitc3d025a653288282ea5557d06339efe8d8ae26df (patch)
tree07685aed450ee9e595a7f2a2767c62cb9c6ae152
parent78761ffbb094dbb2d89eb767f39e87fa80d63dc3 (diff)
[Fixamingata] Dont show Open311 update text.
-rw-r--r--templates/web/fixmystreet/report/updates-sidebar-notes.html4
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>