Initial commit: Quality App v2 - FG Scan Module with Reports
This commit is contained in:
20
app/templates/errors/403.html
Normal file
20
app/templates/errors/403.html
Normal file
@@ -0,0 +1,20 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Access Forbidden - Quality App v2{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container py-5">
|
||||
<div class="row">
|
||||
<div class="col-md-8 mx-auto text-center">
|
||||
<h1 class="display-1 text-danger mb-4">403</h1>
|
||||
<h2 class="mb-3">Access Forbidden</h2>
|
||||
<p class="text-muted mb-4">
|
||||
You do not have permission to access this resource.
|
||||
</p>
|
||||
<a href="{{ url_for('main.dashboard') }}" class="btn btn-primary">
|
||||
<i class="fas fa-home"></i> Back to Dashboard
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user