envelope/core/templates/denied.html
2022-10-12 07:22:22 +01:00

8 lines
198 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">Access denied</h1>
<h2 class="subtitle">Sorry, you do not have the necessary permissions to view this page.</h2>
{% endblock %}