diff --git a/plinth/templates/first_setup.html b/plinth/templates/first_setup.html index 74e94c760..91ddc20d2 100644 --- a/plinth/templates/first_setup.html +++ b/plinth/templates/first_setup.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base_firstboot.html" %} {% comment %} # # This file is part of Plinth. @@ -20,13 +20,10 @@ {% load bootstrap %} {% load i18n %} +{% load static %} {% block page_head %} - - {% if setup_helper.current_operation %} - - {% endif %} - + {% endblock %} @@ -41,4 +38,9 @@ {% endif %} +

+ {{ box_name }} +

+ {% endblock %}