OpenSlides/openslides/templates/500.html

9 lines
135 B
HTML
Raw Normal View History

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