fisk/core/templates/denied.html

8 lines
198 B
HTML
Raw Normal View History

2022-10-13 14:26:43 +00:00
{% 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 %}