OpenSlides/openslides/templates/404.html

8 lines
122 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "Page not found." %}</h1>
{% endblock %}