diff options
Diffstat (limited to 'templates/web/default/index.html')
-rw-r--r-- | templates/web/default/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index 3cfc07591..beaeefb20 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -5,10 +5,13 @@ [% END %] <p id="expl"> + [% IF c.cobrand.moniker == 'emptyhomes' %] + <strong>[% loc('Report empty properties') %]</strong> + [% ELSE %] [% subhead = c.cobrand.moniker == 'southampton' - ? '(like graffiti, fly tipping, or broken paving slabs)' + ? '' : loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)'); %] @@ -17,6 +20,7 @@ [% IF subhead != ' ' %] <small>[% subhead %]</small> [% END %] + [% END %] </p> [% TRY %][% INCLUDE 'front/news.html' %][% CATCH file %][% END %] |