OpenSlides/openslides/templates/500.html
2012-02-09 16:57:10 +01:00

9 lines
133 B
HTML

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