diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-06-15 16:47:21 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-06-15 16:47:21 +0100 |
commit | 4e04d0f2abbbd368b9ad4148bb970c1c7130b30d (patch) | |
tree | 48ffd384a09f215ff35f090d09732f46f94ca235 /templates/web/default/index.html | |
parent | 1b0114aa9aafb612b73205989b1316ba1dfd4857 (diff) | |
parent | d6e4d4998bf0327567d745c256a76fee966faf35 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
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() |