neptune/core/templates/denied.html

8 lines
198 B
HTML
Raw Normal View History

2022-07-21 12:45:57 +00:00
{% extends "base.html" %}
{% block content %}
2022-07-21 12:46:05 +00:00
<h1 class="title">Access denied</h1>
<h2 class="subtitle">Sorry, you do not have the necessary permissions to view this page.</h2>
2022-07-21 12:45:57 +00:00
{% endblock %}