fix ci
This commit is contained in:
parent
1a482db9e2
commit
6f5fcd59ea
@ -5,7 +5,7 @@
|
|||||||
<div class="max-w-screen-lg w-full">
|
<div class="max-w-screen-lg w-full">
|
||||||
<h1 class="h1">
|
<h1 class="h1">
|
||||||
Logbuch
|
Logbuch
|
||||||
{% if "admin" in loggedin_user.roles %}
|
{% if loggedin_user and "admin" in loggedin_user.roles %}
|
||||||
<select id="yearSelect"
|
<select id="yearSelect"
|
||||||
onchange="changeYear()"
|
onchange="changeYear()"
|
||||||
style="background: transparent;
|
style="background: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user