Added custom error pages, that assists users with common problems.

This commit is contained in:
Jan Böhmer 2020-05-30 20:48:08 +02:00
parent f36c618da9
commit a0f5177533
7 changed files with 202 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{% extends "bundles/TwigBundle/Exception/error.html.twig" %}
{% block status_comment %}
Nice try! But you are not allowed to do this!
<br> <small>If you think you should have access to this ressource, contact the adminstrator.</small>
{% endblock %}