add notification page

This commit is contained in:
2025-05-29 10:16:58 +02:00
parent 096a70bb5d
commit 5ecb8c956c
4 changed files with 28 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
</a>
<div class="d-flex align-items-center">
<div class="d-none d-lg-flex align-items-center me-3">
<a class="nav-link text-white" href="#">
<a class="nav-link text-white" href="{{ url_for('main.notifications') }}">
<i class="fas fa-bell text-xl" style="width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center;"></i>
</a>
{% if current_user.is_admin %}
@@ -109,7 +109,7 @@
<!-- Mobile-only menu items -->
<li class="nav-item d-lg-none">
<hr class="my-2">
<a class="nav-link" href="#">
<a class="nav-link" href="{{ url_for('main.notifications') }}">
<i class="fas fa-bell"></i> Notifications
</a>
</li>