diff options
Diffstat (limited to 'templates/web/default/index.html')
-rw-r--r-- | templates/web/default/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index b42cb7d60..37bdd8c1e 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -5,22 +5,16 @@ [% END %] <p id="expl"> - [% IF c.cobrand.moniker == 'emptyhomes' %] - <strong>[% loc('Report Empty Homes') %]</strong> - [% ELSE %] [% subhead = c.cobrand.moniker == 'southampton' ? '' : loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)'); %] - <strong>[% loc('Report, view, or discuss local problems') %]</strong> - [% IF subhead != ' ' %] <small>[% subhead %]</small> [% END %] - [% END %] </p> [% TRY %][% INCLUDE 'front/news.html' %][% CATCH file %][% END %] |