v20260113-05-reporter-menu-restrict #110

Merged
ivooskamp merged 2 commits from v20260113-05-reporter-menu-restrict into main 2026-01-13 13:20:22 +01:00
Showing only changes of commit f3d4145056 - Show all commits

View File

@ -69,9 +69,6 @@
{% if current_user.is_authenticated %}
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
{% if active_role == 'reporter' %}
<li class="nav-item">
<a class="nav-link" href="{{ url_for('main.dashboard') }}">Dashboard</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ url_for('main.reports') }}">Reports</a>
</li>