X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b26a7d35e4ac578595f88eef03303cfbfd42a319..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/code/templates/invalid.tmpl?ds=sidebyside diff --git a/code/templates/invalid.tmpl b/code/templates/invalid.tmpl new file mode 100644 index 0000000..c0d8f77 --- /dev/null +++ b/code/templates/invalid.tmpl @@ -0,0 +1,19 @@ +#from skeleton import skeleton +#extends skeleton + +#def title +Invalid input +#end def + +#def body +

Invalid Input

+

Your input was bad:

+ + + +#if $stderr +

Printed to standard error:

+
$stderr
+#end if +
operationFieldvaluereason
$op$err_field$err_value$errorMessage
+#end def