staging #248

Merged
philipp merged 4 commits from staging into main 2024-03-05 13:46:00 +01:00
Showing only changes of commit 6f5fcd59ea - Show all commits

View File

@ -5,7 +5,7 @@
<div class="max-w-screen-lg w-full">
<h1 class="h1">
Logbuch
{% if "admin" in loggedin_user.roles %}
{% if loggedin_user and "admin" in loggedin_user.roles %}
<select id="yearSelect"
onchange="changeYear()"
style="background: transparent;