staging #246

Merged
philipp merged 3 commits from staging into main 2024-03-05 09:46:55 +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;