diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/bromley/header.html | 2 | ||||
-rw-r--r-- | templates/web/bromley/index.html | 15 | ||||
-rw-r--r-- | templates/web/fixmystreet/header.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet/index.html | 15 |
4 files changed, 20 insertions, 14 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html index 055bcf6a4..5add3c006 100644 --- a/templates/web/bromley/header.html +++ b/templates/web/bromley/header.html @@ -82,6 +82,8 @@ [% END %] </div> + [% pre_container_extra %] + <div class="container"> <div class="content[% " $mainclass" | html IF mainclass %]" role="main"> diff --git a/templates/web/bromley/index.html b/templates/web/bromley/index.html index 51ec5619a..d015b7a7a 100644 --- a/templates/web/bromley/index.html +++ b/templates/web/bromley/index.html @@ -16,13 +16,7 @@ Modernizr.load({ </script> [% END %] -[% INCLUDE 'header.html', title => '' , bodyclass => 'frontpage fullwidthpage' %] - -[% IF error %] - <p class="error">[% error %]</p> -[% END %] - - +[% pre_container_extra = BLOCK %] <div id="front-main"> <div id="front-main-container"> <h1>Reporting a problem in Bromley’s streets or parks</h1> @@ -49,6 +43,13 @@ Modernizr.load({ </div> </div> +[% END %] + +[% INCLUDE 'header.html', title => '' , bodyclass => 'frontpage fullwidthpage' %] + +[% IF error %] + <p class="error">[% error %]</p> +[% END %] <div class="tablewrapper"> <div id="front-howto"> diff --git a/templates/web/fixmystreet/header.html b/templates/web/fixmystreet/header.html index da5a0808f..3ae3da6cb 100644 --- a/templates/web/fixmystreet/header.html +++ b/templates/web/fixmystreet/header.html @@ -51,6 +51,8 @@ [% END %] </div> + [% pre_container_extra %] + <div class="container"> <div class="content[% " $mainclass" | html IF mainclass %]" role="main"> diff --git a/templates/web/fixmystreet/index.html b/templates/web/fixmystreet/index.html index 04b23ca7f..998a88469 100644 --- a/templates/web/fixmystreet/index.html +++ b/templates/web/fixmystreet/index.html @@ -16,13 +16,7 @@ Modernizr.load({ </script> [% END %] -[% INCLUDE 'header.html', title => '' , bodyclass => 'frontpage fullwidthpage' %] - -[% IF error %] - <p class="error">[% error %]</p> -[% END %] - - +[% pre_container_extra = BLOCK %] <div id="front-main"> <div id="front-main-container"> <h1>[% loc('Report, view, or discuss local problems') %]</h1> @@ -44,6 +38,13 @@ Modernizr.load({ </form> </div> </div> +[% END %] + +[% INCLUDE 'header.html', title = '', bodyclass = 'frontpage fullwidthpage' %] + +[% IF error %] + <p class="error">[% error %]</p> +[% END %] <div class="tablewrapper"> <div id="front-howto"> |