aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/errors
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/errors')
-rwxr-xr-xtemplates/web/default/errors/generic.html8
-rw-r--r--templates/web/default/errors/page_error_404_not_found.html20
2 files changed, 0 insertions, 28 deletions
diff --git a/templates/web/default/errors/generic.html b/templates/web/default/errors/generic.html
deleted file mode 100755
index 12aa8e170..000000000
--- a/templates/web/default/errors/generic.html
+++ /dev/null
@@ -1,8 +0,0 @@
-[% INCLUDE 'header.html', title = loc('Error') %]
-
-<h1>[% loc('Error') %]</h1>
-
-<p>[% message %]</p>
-
-[% INCLUDE 'footer.html' %]
-
diff --git a/templates/web/default/errors/page_error_404_not_found.html b/templates/web/default/errors/page_error_404_not_found.html
deleted file mode 100644
index 77db18e89..000000000
--- a/templates/web/default/errors/page_error_404_not_found.html
+++ /dev/null
@@ -1,20 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Page Not Found') %]
-
-<h1>[%loc('Page Not Found') %]</h1>
-
-[% IF error_msg %]
- <p class="error">[% error_msg | html %]</p>
-[% END %]
-
-<p>
- [%
- tprintf(
- loc("The requested URL '%s' was not found on this server"),
- c.req.uri
- )
- %]
-</p>
-
-[% # FIXME - add more helpful suggestions to this page %]
-
-[% INCLUDE 'footer.html' %]