diff --git a/plinth/modules/first_boot/templates/base_firstboot.html b/plinth/modules/first_boot/templates/base_firstboot.html index 7efe77fd6..9c3edede9 100644 --- a/plinth/modules/first_boot/templates/base_firstboot.html +++ b/plinth/modules/first_boot/templates/base_firstboot.html @@ -15,6 +15,9 @@ no-brand {% block notifications_dropdown %} {% endblock %} +{% block breadcrumbs %} +{% endblock %} + {% block mainmenu_toggler %} {% if user.is_authenticated %} {{ block.super }} diff --git a/plinth/modules/first_boot/templates/firstboot_complete.html b/plinth/modules/first_boot/templates/firstboot_complete.html index b931395dc..c05747a51 100644 --- a/plinth/modules/first_boot/templates/firstboot_complete.html +++ b/plinth/modules/first_boot/templates/firstboot_complete.html @@ -6,6 +6,9 @@ {% load bootstrap %} {% load i18n %} +{% block breadcrumbs %} +{% endblock %} + {% block content %}