checkout/src/common/templates/403.html

6 lines
150 B
HTML
Raw Normal View History

2022-04-25 17:30:49 +02:00
{% extends "common/base.html" %}
{% block content %}
<h1>Permission denied</h1>
<p>You're not allowed to access this page.</p>
{% endblock %}