OpenSlides/openslides/templates/403.html
2013-10-13 20:43:26 +02:00

9 lines
186 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans 'Permission Denied' %}</h1>
{% trans 'Sorry, you have no rights to see this page.' %}
{% endblock %}