aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/errors/generic.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/errors/generic.html')
-rwxr-xr-xtemplates/web/base/errors/generic.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/base/errors/generic.html b/templates/web/base/errors/generic.html
new file mode 100755
index 000000000..12aa8e170
--- /dev/null
+++ b/templates/web/base/errors/generic.html
@@ -0,0 +1,8 @@
+[% INCLUDE 'header.html', title = loc('Error') %]
+
+<h1>[% loc('Error') %]</h1>
+
+<p>[% message %]</p>
+
+[% INCLUDE 'footer.html' %]
+