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,5 @@
{% extends "bundles/TwigBundle/Exception/error.html.twig" %}
{% block status_comment %}
This page (or element) does not exist. Please check your URL.
{% endblock %}