diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/index-steps.html | 2 | ||||
-rw-r--r-- | templates/web/default/index.html | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/templates/web/default/index-steps.html b/templates/web/default/index-steps.html index 6fae921b7..431791c20 100644 --- a/templates/web/default/index-steps.html +++ b/templates/web/default/index-steps.html @@ -33,8 +33,10 @@ [% END %] </ol> +[% IF c.cobrand.moniker != 'emptyhomes' %] <section class="full-width"> [% INCLUDE "front/stats.html" %] [% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] </section> +[% END %] 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 %] |