This commit is contained in:
pika 2025-03-30 19:57:41 +02:00
parent 6dd38036e7
commit 097b3dbf09
34 changed files with 1719 additions and 520 deletions

View file

@ -2,13 +2,13 @@
{% block content %}
<div class="container text-center py-5">
<div class="display-1 text-muted mb-3">404</div>
<div class="display-1 text-muted mb-5">404</div>
<h1 class="h2 mb-3">Page not found</h1>
<p class="h4 text-muted font-weight-normal mb-4">
We are sorry but the page you are looking for was not found.
We are sorry but the page you are looking for was not found
</p>
<a href="{{ url_for('dashboard.dashboard_home') }}" class="btn btn-primary">
<i class="ti ti-arrow-left me-2"></i> Return to dashboard
<i class="ti ti-arrow-left me-2"></i>Go back to dashboard
</a>
</div>
{% endblock %}