diff options
Diffstat (limited to 'templates/web/default/index.html')
-rw-r--r-- | templates/web/default/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index 375316000..78e4fbba6 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -5,6 +5,9 @@ [% END %] <p id="expl"> + [% IF c.cobrand.moniker == 'emptyhomes' %] + <strong>[% loc('Report empty properties') %]</strong> + [% ELSE %] [% subhead = c.cobrand.moniker == 'southampton' @@ -17,6 +20,7 @@ [% IF subhead != ' ' %] <small>[% subhead %]</small> [% END %] + [% END %] </p> [% TRY %][% INCLUDE 'front/news.html' %][% CATCH file %][% END %] |