{% extends "common/error.html" %} {% comment %} SPDX-FileCopyrightText: 2024-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% load rich_text %} {% load static %} {% block title %}{% translate "Redirect" context "page title: external redirect warning" %}{% endblock title %} {% block error_image %}{% endblock error_image %} {% block content %}
{% blocktranslate trimmed with host=hostname %} Proceed to {{ host }} {% endblocktranslate %}