OpenSlides/openslides/templates/404.html
2012-07-16 14:00:29 +02:00

9 lines
138 B
HTML

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