updates
This commit is contained in:
5
app/templates/unauthorized.html
Normal file
5
app/templates/unauthorized.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<h2>Unauthorized</h2>
|
||||
<p>You do not have permission to access this page.</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user