OpenSlides/openslides/templates/500.html

11 lines
153 B
HTML
Raw Normal View History

2011-07-31 10:46:29 +02:00
{% extends "base.html" %}
{% load tags %}
2011-09-03 19:16:43 +02:00
2011-07-31 10:46:29 +02:00
{% block submenu %}
{% endblock %}
{% block content %}
<h1>{%trans "Server Error"%}</h1>
{% endblock %}