diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/errors/page_error_410_gone.html | 20 | ||||
-rw-r--r-- | templates/web/default/index.html | 10 |
2 files changed, 4 insertions, 26 deletions
diff --git a/templates/web/default/errors/page_error_410_gone.html b/templates/web/default/errors/page_error_410_gone.html deleted file mode 100644 index c4d5035d8..000000000 --- a/templates/web/default/errors/page_error_410_gone.html +++ /dev/null @@ -1,20 +0,0 @@ -[% INCLUDE 'header.html', title => loc('Page Gone') %] - -<h1>[%loc('Page Gone') %]</h1> - -[% IF error_msg %] - <p class="error">[% error_msg | html %]</p> -[% END %] - -<p> - [% - tprintf( - loc("The requested URL '%s' is no longer available"), - c.req.uri - ) - %] -</p> - -[% # FIXME - add more helpful suggestions to this page %] - -[% INCLUDE 'footer.html' %] 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() |