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
RevLine 
[113]1#from skeleton import skeleton
2#extends skeleton
3
4#def title
5ERROR!
6#end def
7
8#def body
[153]9<p>$errorMessage in operation $op.  This shouldn't happen!  Please
[543]10email xvm@mit.edu to explain how it happened.  Stderr:</p>
[153]11<pre>$stderr</pre>
[113]12#end def
Note: See TracBrowser for help on using the repository browser.