diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-23 14:08:39 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-23 14:34:10 +0100 |
commit | 26a419284324e4625e86954b9b287452d1ac1603 (patch) | |
tree | 4406f05246ffa8d1b3109709ff469b563badcece | |
parent | 079abc3130382f6c9d044fe1aa3667e236b680c5 (diff) |
hide text if emptyhomes cobrand
-rw-r--r-- | templates/web/default/report/display.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html index c1009062b..58bc494e9 100644 --- a/templates/web/default/report/display.html +++ b/templates/web/default/report/display.html @@ -55,9 +55,11 @@ [% loc( 'Provide an update') %] </h2> + [% IF c.cobrand.moniker != 'emptyhomes' %] <p> <small>[% loc( 'Please note that updates are not sent to the council. If you leave your name it will be public. Your information will only be used in accordance with our <a href="/faq#privacy">privacy policy</a>' ) %]</small> </p> + [% END %] [% INCLUDE 'errors.html' %] |