source: trunk/web/templates/error.tmpl @ 235

Last change on this file since 235 was 153, checked in by ecprice, 17 years ago

Improve the error infrastructure. Hopefully this works; I haven't
really tested it.

File size: 263 bytes
Line 
1#from skeleton import skeleton
2#extends skeleton
3
4#def title
5ERROR!
6#end def
7
8#def body
9<h1>ERROR</h1>
10
11<p>$errorMessage in operation $op.  This shouldn't happen!  Please
12email sipb-xen@mit.edu to explain how it happened.  Stderr:</p>
13<pre>$stderr</pre>
14#end def
Note: See TracBrowser for help on using the repository browser.