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