X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b26a7d35e4ac578595f88eef03303cfbfd42a319..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/code/templates/error.tmpl diff --git a/code/templates/error.tmpl b/code/templates/error.tmpl new file mode 100644 index 0000000..3a53f49 --- /dev/null +++ b/code/templates/error.tmpl @@ -0,0 +1,14 @@ +#from skeleton import skeleton +#extends skeleton + +#def title +ERROR! +#end def + +#def body +

ERROR

+ +

$errorMessage in operation $op. This shouldn't happen! Please +email sipb-xen@mit.edu to explain how it happened. Stderr:

+
$stderr
+#end def