diff options
Diffstat (limited to 'templates/web/default/errors/generic.html')
-rwxr-xr-x | templates/web/default/errors/generic.html | 8 |
1 files changed, 0 insertions, 8 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' %] - |