scheckbuch can't see logbuch

This commit is contained in:
2023-10-24 10:16:26 +02:00
parent c27b83e9fd
commit 1f35be88ad
3 changed files with 38 additions and 2 deletions

View File

@ -23,9 +23,11 @@
<a href="/log" class="block w-100 py-2 hover:text-primary-600">
Ausfahrt eintragen
</a>
{% if not loggedin_user.is_guest %}
<a href="/log/show" class="block w-100 py-2 hover:text-primary-600 border-t">
Logbuch
</a>
{% endif %}
<a href="/stat" class="block w-100 py-2 hover:text-primary-600 border-t">
Statistik
</a>