diff --git a/plinth/modules/first_boot/templates/base_firstboot.html b/plinth/modules/first_boot/templates/base_firstboot.html index 06780bd4d..500e9a8ca 100644 --- a/plinth/modules/first_boot/templates/base_firstboot.html +++ b/plinth/modules/first_boot/templates/base_firstboot.html @@ -28,6 +28,9 @@ {% endblock %} +{% block mainmenu_left_collapse %} +{% endblock %} + {% block mainmenu_right %} {% if user.is_authenticated %} {% include "firstboot_navbar.html" %} diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 87b2c93d6..1202c2ceb 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -108,34 +108,36 @@