Fix non functioning sidebar button in mobile view

This commit is contained in:
Patrick Jentsch 2021-05-03 15:59:02 +02:00
parent 2964ab7a13
commit 430bcf53ea

View File

@ -120,7 +120,7 @@
{% endblock navbar %}
{% block sidenav %}
<ul class="sidenav sidenav-fixed{% if not current_user.is_authenticated %} hide{% endif %}">
<ul class="sidenav sidenav-fixed{% if not current_user.is_authenticated %} hide{% endif %}" id="sidenav">
{% if current_user.is_authenticated %}
<li>
<div class="user-view">