drugs/core/templates/denied.html

8 lines
198 B
HTML
Raw Normal View History

2023-10-17 20:00:25 +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 %}