8 lines
198 B
HTML
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 %}
|