mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
9 lines
306 B
Twig
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 %}
|