OpenSlides/openslides/templates/500.html

8 lines
119 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "Server Error" %}</h1>
{% endblock %}