summaryrefslogtreecommitdiff
path: root/templates/errors/default.twig
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-09-10 17:22:05 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-09-10 18:22:48 +0200
commitc1a1180d1f43a430b38450cb0b64bcd74487b4ae (patch)
treed2e532f8f7f3233517dd1ad8de5cb1b7e1ccc5ad /templates/errors/default.twig
parent4bf3a68f43e4fcea34fe0a16cb3e1eecb97d332a (diff)
Moved frontend, templates and lang to resources
Diffstat (limited to 'templates/errors/default.twig')
-rw-r--r--templates/errors/default.twig7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/errors/default.twig b/templates/errors/default.twig
deleted file mode 100644
index 5fb8bcbd..00000000
--- a/templates/errors/default.twig
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "layouts/app.twig" %}
-
-{% block title %}{% if status == 404 %}{{ __("Page not found") }}{% else %}Error {{ status }}{% endif %}{% endblock %}
-
-{% block content %}
- <div class="alert alert-info">{{ content }}</div>
-{% endblock %}