{% extends "common/error.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms This file contains Apache-2.0 licensed contributions copyrighted by the following contributors: SPDX-FileContributor: Raphael Michel {% endcomment %} {% load i18n %} {% load static %} {% block title %}{{ phrases.base.permission_denied }}{% endblock title %} {% block error_image %} {{ phrases.base.permission_denied }} {% endblock error_image %} {% block error_message %}{{ phrases.base.permission_denied }}{% endblock error_message %} {% block error_code %}403{% endblock error_code %} {% block error_phrase %}{{ phrases.base.permission_denied_long }}{% endblock error_phrase %}