diff options
-rw-r--r-- | templates/web/default/index.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index b3ca36e8c..159a595bc 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -21,7 +21,7 @@ [% TRY %][% INCLUDE 'front/news.html' %][% CATCH file %][% END %] -[% INCLUDE 'around/postcode_form.html' %] +[% PROCESS 'around/postcode_form.html' %] <div id="front_intro"> diff --git a/templates/web/fixmystreet/index.html b/templates/web/fixmystreet/index.html index 5849977fc..492adbbe5 100644 --- a/templates/web/fixmystreet/index.html +++ b/templates/web/fixmystreet/index.html @@ -16,7 +16,7 @@ Modernizr.load({ </script> [% END %] -[% pre_container_extra = INCLUDE 'around/postcode_form.html' %] +[% pre_container_extra = PROCESS 'around/postcode_form.html' %] [% INCLUDE 'header.html', title = '', bodyclass = 'frontpage fullwidthpage' %] [% IF error %] |