aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/errors.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/errors.html')
-rw-r--r--templates/web/default/errors.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/web/default/errors.html b/templates/web/default/errors.html
deleted file mode 100644
index e0f484ba5..000000000
--- a/templates/web/default/errors.html
+++ /dev/null
@@ -1,5 +0,0 @@
-[% FOREACH error IN errors %]
- [% '<ul class="error">' IF loop.first %]
- <li>[% error %]</li>
- [% '</ul>' IF loop.last %]
-[% END %]