X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/2ceb21a06962e780e76e376870f489725ebd3381..a9da31c5588575b4e020db099770a23c79748445:/code/templates/error.tmpl diff --git a/code/templates/error.tmpl b/code/templates/error.tmpl index 37f9cc6..b11deaa 100644 --- a/code/templates/error.tmpl +++ b/code/templates/error.tmpl @@ -16,7 +16,17 @@ consistently biting you and we don't seem to be fixing it.

 Error on operation $op for user $user: $errorMessage
-Error output (if any):
-$stderr
+
+Fields:
+#for $f in $fields:
+$f=$fields[$f].value
+#end for
+
+Error output:
+$stderr#slurp
+---- end error output
+
+Traceback:
+$traceback
 
#end def