OpenSlides/openslides/templates/404.html

9 lines
138 B
HTML

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