X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/618e384daea47ffcacee824c36a041f4a38f4ea5..01cd9908731ffbf23f58fde2b64153a35e950a80:/code/templates/invalid.mako diff --git a/code/templates/invalid.mako b/code/templates/invalid.mako new file mode 100644 index 0000000..c597d18 --- /dev/null +++ b/code/templates/invalid.mako @@ -0,0 +1,16 @@ +<%page expression_filter="h"/> +<%inherit file="skeleton.mako" /> + +<%def name="title()"> +Invalid Input + + +

Your input was bad:

+ + + +%if stderr: +

Printed to standard error:

+
${stderr}
+%endif +
Fieldvaluereason
${err_field}${err_value}${errorMessage}