aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/index.html')
-rw-r--r--templates/web/base/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/base/index.html b/templates/web/base/index.html
index 92c6b1eed..5a064ecb6 100644
--- a/templates/web/base/index.html
+++ b/templates/web/base/index.html
@@ -1,7 +1,8 @@
[% PROCESS 'front/javascript.html' %]
[% pre_container_extra = PROCESS 'around/postcode_form.html' %]
-[% INCLUDE 'header.html', title = '', bodyclass = 'frontpage fullwidthpage' inline_css = 1 %]
+[% SET bodyclass = 'frontpage fullwidthpage' %]
+[% INCLUDE 'header.html', title = '', inline_css = 1 %]
[% IF error %]
<p class="form-error">[% error %]</p>