diff --git a/templates/bundles/TwigBundle/Exception/error500.html.twig b/templates/bundles/TwigBundle/Exception/error500.html.twig deleted file mode 100644 index e5ad7e6..0000000 --- a/templates/bundles/TwigBundle/Exception/error500.html.twig +++ /dev/null @@ -1,143 +0,0 @@ -{% extends "@ChillMain/layout.html.twig" %} - -{% block content %} - -
-

{{ 'Oops, we came across an error!'|trans }}

- -

{{ 'Don\'t panick though, we\'ll fix it as soon as possible. To help us out, please send us the information below.'|trans }}

- -
-
-
{{ 'Date and time of error'|trans }}:
{{ "now"|date("d/m/Y H:i:s") }}
-
{{ 'Error message'|trans }}:
{{ exception.message }}
-
Stacktrace:
{{ exception.traceAsString }}
-
-
- - -
-{% endblock %} - -{% block js %} - - - -{% endblock %} -