Merge pull request 'bugfix-mobile-menu' (#319) from bugfix-mobile-menu into staging
Reviewed-on: #319
This commit is contained in:
commit
4549043a08
@ -51,7 +51,7 @@
|
|||||||
<div class="hidden">
|
<div class="hidden">
|
||||||
<div id="mobile-menu">
|
<div id="mobile-menu">
|
||||||
<a href="/planned" class="block w-100 py-2 hover:text-primary-600">Geplante Ausfahrten</a>
|
<a href="/planned" class="block w-100 py-2 hover:text-primary-600">Geplante Ausfahrten</a>
|
||||||
<a href="/log" class="block w-100 py-2 hover:text-primary-600">Ausfahrt eintragen</a>
|
<a href="/log" class="block w-100 py-2 hover:text-primary-600 border-t">Ausfahrt eintragen</a>
|
||||||
<a href="/log/show"
|
<a href="/log/show"
|
||||||
class="block w-100 py-2 hover:text-primary-600 border-t">Logbuch</a>
|
class="block w-100 py-2 hover:text-primary-600 border-t">Logbuch</a>
|
||||||
{% if "admin" in loggedin_user.roles or "Vorstand" in loggedin_user.roles %}
|
{% if "admin" in loggedin_user.roles or "Vorstand" in loggedin_user.roles %}
|
||||||
|
Loading…
Reference in New Issue
Block a user