mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 11:19:57 +00:00
Add function dashboard added
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user