Add function dashboard added

This commit is contained in:
gavinvanderbij
2025-05-14 12:10:10 +02:00
parent 351e6d2cd5
commit c9eb18fd0b
6 changed files with 73 additions and 8 deletions

View File

@@ -18,9 +18,12 @@
<hr style="border: 1px solid white; margin-top: 0;">
</li>
<li class="nav-item">
<a class="nav-link active text-white" href="/">
<a class="nav-link active text-white" href="/dash/dashboard">
Dashboard
</a>
<a class="nav-link active text-white" href="/dash/add">
Add numberplate
</a>
</li>
</ul>
<div class="d-flex justify-content-center mt-3">
@@ -33,6 +36,7 @@
<h1 class="display-4 fw-bold" style="color: #313A4D;">Dashboard</h1>
</div>
{%block content%}
{% endblock %}