|
@@ -2,13 +2,13 @@
|
2
|
2
|
{% load i18n %}
|
3
|
3
|
|
4
|
4
|
{% block title %}
|
5
|
|
-{% trans 'Permission denied!' %} | {{ block.super }}
|
|
5
|
+ {% trans 'Permission denied!' %} | {{ block.super }}
|
6
|
6
|
{% endblock %}
|
7
|
7
|
|
8
|
8
|
{% block error_heading %}
|
9
|
|
-{% trans "Permission denied!" %}
|
|
9
|
+ {% trans "Permission denied!" %}
|
10
|
10
|
{% endblock %}
|
11
|
11
|
|
12
|
12
|
{% block error_message %}
|
13
|
|
-<p>{% trans "We're sorry but you are not permitted to access this page." %}</p>
|
|
13
|
+ <p>{% trans "We're sorry but you are not permitted to access this page." %}</p>
|
14
|
14
|
{% endblock %}
|