mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-15 21:03:53 +01:00
6 lines
150 B
HTML
6 lines
150 B
HTML
|
{% extends "common/base.html" %}
|
||
|
{% block content %}
|
||
|
<h1>Permission denied</h1>
|
||
|
<p>You're not allowed to access this page.</p>
|
||
|
{% endblock %}
|