djLint/tests/django_oscar/oscar/403.html
2021-07-29 13:41:34 -05:00

13 lines
356 B
HTML

{% extends "oscar/error.html" %}
{% load i18n %}
{% block title %}
{% trans 'Permission denied!' %} | {{ block.super }}
{% endblock %}
{% block error_heading %}
{% trans "Permission denied!" %}
{% endblock %}
{% block error_message %}
<p>
{% trans "We're sorry but you are not permitted to access this page." %}
</p>
{% endblock %}