2011-07-31 10:46:29 +02:00
|
|
|
{% extends "base.html" %}
|
2011-11-14 19:33:45 +01:00
|
|
|
|
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 %}
|