summaryrefslogtreecommitdiff
path: root/templates/_error.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_error.html.ep')
-rw-r--r--templates/_error.html.ep5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/_error.html.ep b/templates/_error.html.ep
new file mode 100644
index 0000000..4abfb4e
--- /dev/null
+++ b/templates/_error.html.ep
@@ -0,0 +1,5 @@
+<div class="error"><strong>Fehler:</strong>
+<pre>
+%= $error
+</pre>
+</div>