{% extends "common/error.html" %} {% comment %} SPDX-FileCopyrightText: 2019-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% load static %} {% block error_image %} {% translate 'Verification failed.' %} {% endblock error_image %} {% block error_message %}{% translate "Verification failed." %}{% endblock error_message %} {% block error_code %}403: CSRF{% endblock error_code %} {% block error_phrase %}{% blocktranslate trimmed %} We could not verify that this request really was sent by you. For security reasons, we cannot process it.
Please go back to the last page, refresh, and then try again. {% endblocktranslate %}{% endblock error_phrase %}