X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5ab74d336db86629b4625386fe76d1d778ffa471..f1adac26732c78610767856db26d76d889e04f71:/templates/webpages/generic/exception.html diff --git a/templates/webpages/generic/exception.html b/templates/webpages/generic/exception.html new file mode 100644 index 000000000..47b10606c --- /dev/null +++ b/templates/webpages/generic/exception.html @@ -0,0 +1,22 @@ +[%- USE LxERP %] +[%- USE HTML %] + +
+ [%- LxERP.t8('An exception occurred during execution.') %] +
+ +| [%- LxERP.t8('Type') %]: | +[%- HTML.escape(error.type) %] | +
| [%- LxERP.t8('Information') %]: | +[%- HTML.escape(error.info) %] |
+