bump project
This commit is contained in:
9
app/templates/errors/403.html
Normal file
9
app/templates/errors/403.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Access denied · Face Attendance{% endblock %}
|
||||
{% block content %}
|
||||
<section class="error-page">
|
||||
<h1>Access denied</h1>
|
||||
<p>Your account does not have permission to perform this action.</p>
|
||||
<a class="btn btn-primary" href="{{ url_for('main.dashboard') }}">Go to dashboard</a>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user