OpenSlides/openslides/templates/403.html

9 lines
186 B
HTML
Raw Normal View History

2011-07-31 10:46:29 +02:00
{% extends "base.html" %}
2013-09-25 12:53:44 +02:00
{% load i18n %}
2011-07-31 10:46:29 +02:00
{% block content %}
2013-09-25 12:53:44 +02:00
<h1>{% trans 'Permission Denied' %}</h1>
{% trans 'Sorry, you have no rights to see this page.' %}
2011-07-31 10:46:29 +02:00
{% endblock %}