From dbb3558aab7190856a62f77465d6f9db0dc7f7c3 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 17 Sep 2019 19:49:01 -0700 Subject: [PATCH] firstboot: Hide left menu during first boot as intended This seems to be a regression from earlier behavior. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- .../first_boot/templates/base_firstboot.html | 3 + plinth/templates/base.html | 58 ++++++++++--------- 2 files changed, 33 insertions(+), 28 deletions(-) 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 @@