Part-DB-server/templates/bundles/TwigBundle/Exception/error403.html.twig

10 lines
306 B
Twig
Raw Normal View History

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