summaryrefslogtreecommitdiff
path: root/resources/views/errors/403.twig
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/errors/403.twig')
-rw-r--r--resources/views/errors/403.twig5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/views/errors/403.twig b/resources/views/errors/403.twig
new file mode 100644
index 00000000..73bf0274
--- /dev/null
+++ b/resources/views/errors/403.twig
@@ -0,0 +1,5 @@
+{% extends "errors/default.twig" %}
+
+{% block title %}{{ __("Forbidden") }}{% endblock %}
+
+{% block content_headline_text %}{{ __("You are not allowed to access this page") }}{% endblock %}