Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/branches/cp3-wsgi-remix/tutorial/custom_error.html

Revision 727 (checked in by fumanchu, 3 years ago)

Tutorial fixes, plus a bug in _cputil.getErrorPage.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html>
5 <head>
6     <title>403 Unauthorized</title>
7 </head>
8     <body>
9         <h2>You can't do that!</h2>
10         <p>%(message)s</p>
11         <p>This is a custom error page that is read from a file.<p>
12         <p>%(traceback)s</p>
13     </body>
14 </html>
Note: See TracBrowser for help on using the browser.

Hosted by WebFaction

Log in as guest/cpguest to create tickets