diff options
-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' %] |