Full error handling
[invirt/packages/invirt-web.git] / code / templates / invalid.tmpl
diff --git a/code/templates/invalid.tmpl b/code/templates/invalid.tmpl
deleted file mode 100644 (file)
index 952e1c3..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#from skeleton import skeleton
-#extends skeleton
-
-#def title
-Invalid Input
-#end def
-
-#def body
-<p>Your input was bad:</p>
-<table>
-<tr><td>operation</td><td>Field</td><td>value</td><td>reason</td></tr>
-<tr><td>$op</td><td>$err_field</td><td>$err_value</td><td>$errorMessage</td></tr>
-#if $stderr
-<p>Printed to standard error:</p>
-<pre>$stderr</pre>
-#end if
-</table>
-#end def