OpenSlides/openslides/templates/403.html

9 lines
120 B
HTML
Raw Normal View History

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