~joaopinto/apt-portal/pre-modules

« back to all changes in this revision

Viewing changes to applications/getdeb/views/404.html

  • Committer: Joao Pinto
  • Date: 2009-06-13 22:45:41 UTC
  • Revision ID: joao.pinto@getdeb.net-20090613224541-g1fpmbb9e9jg5u10
Initial commit for the cherrypy version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<%inherit file="base.html"/>
2
 
<%def name="page_head()">
3
 
<META http-equiv="refresh" content="5;URL=${base_url}">
4
 
</%def>
5
 
<%def name="title()">
6
 
${_("Page not found")}
7
 
</%def>
8
 
<%def name="body()">
9
 
                <br/><br/><br/><br/><br/>
10
 
                <p style="text-align:center">   
11
 
                ${_("The page you requested was not found.")}
12
 
                ${_("Redirecting to the home page in 5 seconds.")}<p>
13
 
</%def>
14