checkout/src/common/templates/403.html
2022-04-25 23:05:17 +02:00

7 lines
202 B
HTML

{% extends "common/base.html" %}
{% load i18n %}
{% block content %}
<h1>{% translate "Permission denied" %}</h1>
<p>{% translate "You're not allowed to access this page." %}</p>
{% endblock %}