Files
natureinpots_community/app/templates/unauthorized.html
2025-05-18 00:18:54 -05:00

6 lines
138 B
HTML

{% extends 'base.html' %}
{% block content %}
<h2>Unauthorized</h2>
<p>You do not have permission to access this page.</p>
{% endblock %}