Part-DB-server/templates/bundles/TwigBundle/Exception/error403.html.twig
2025-09-06 00:10:50 +02:00

9 lines
306 B
Twig

{% 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 %}