mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-04-08 02:36:30 +02:00
6 lines
202 B
HTML
6 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 %}
|