source: trunk/packages/sipb-xen-www/code/templates/error.tmpl @ 543

Last change on this file since 543 was 543, checked in by broder, 16 years ago

Are we xvm now? Really? Make it so

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