projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moved sipb-xen-www into a package
[invirt/packages/invirt-web.git]
/
code
/
templates
/
error.tmpl
1
#from skeleton import skeleton
2
#extends skeleton
3
4
#def title
5
ERROR!
6
#end def
7
8
#def body
9
<h1>ERROR</h1>
10
11
<p>$errorMessage in operation $op. This shouldn't happen! Please
12
email sipb-xen@mit.edu to explain how it happened. Stderr:</p>
13
<pre>$stderr</pre>
14
#end def