{% 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.not_found }}{% endblock title %}
{% block error_image %}
{% endblock error_image %}
{% block error_message %}{{ phrases.base.not_found }}{% endblock error_message %}
{% block error_code %}404{% endblock error_code %}