Skip to content

Commit

Permalink
Use PROCESS rather than INCLUDE, so question variable set in parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Aug 17, 2012
1 parent 4d297c9 commit 6592b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/web/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
2 changes: 1 addition & 1 deletion templates/web/fixmystreet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</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 %]
Expand Down

0 comments on commit 6592b1b

Please sign in to comment.