diff options
Diffstat (limited to 'templates/web/bromley/index.html')
-rw-r--r-- | templates/web/bromley/index.html | 15 |
1 files changed, 8 insertions, 7 deletions
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"> |