diff --git a/plinth/modules/first_boot/templates/base_firstboot.html b/plinth/modules/first_boot/templates/base_firstboot.html index 78b28ea10..06780bd4d 100644 --- a/plinth/modules/first_boot/templates/base_firstboot.html +++ b/plinth/modules/first_boot/templates/base_firstboot.html @@ -29,7 +29,7 @@ {% endblock %} {% block mainmenu_right %} - {% if firstboot_complete %} - {% include "firstboot_navbar.html" %} - {% endif %} + {% if user.is_authenticated %} + {% include "firstboot_navbar.html" %} + {% endif %} {% endblock %} diff --git a/plinth/modules/first_boot/templates/firstboot_navbar.html b/plinth/modules/first_boot/templates/firstboot_navbar.html index a3a8b4ea6..6317f2874 100644 --- a/plinth/modules/first_boot/templates/firstboot_navbar.html +++ b/plinth/modules/first_boot/templates/firstboot_navbar.html @@ -17,13 +17,4 @@ # {% endcomment %} -{% load i18n %} - -