From c1a1180d1f43a430b38450cb0b64bcd74487b4ae Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Mon, 10 Sep 2018 17:22:05 +0200 Subject: Moved frontend, templates and lang to resources --- templates/errors/default.twig | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 templates/errors/default.twig (limited to 'templates/errors/default.twig') 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 %} -
{{ content }}
-{% endblock %} -- cgit v1.2.3-54-g00ecf