diff options
Diffstat (limited to 'templates/web/default/index.html')
-rw-r--r-- | templates/web/default/index.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index 5dffb5f10..ec07e2e91 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -1,5 +1,9 @@ [% INCLUDE 'header.html', title => '' %] +[% IF error %] + <p class="error">[% error %]</p> +[% END %] + <p id="expl"> [% subhead @@ -31,12 +35,6 @@ # } %] - -[% IF error %] - <p class="error">[% error %]</p> -[% END %] - - [% question = c.cobrand.enter_postcode_text() |