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 %} - -
  • - - - - -
  • +{% include "help-menu.html" %} diff --git a/plinth/templates/base.html b/plinth/templates/base.html index ad69921e9..87b2c93d6 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -141,51 +141,7 @@ {% block mainmenu_right %} {% if user.is_authenticated %} - + {% include "help-menu.html" %}