diff --git a/plinth/modules/first_boot/templates/firstboot_complete.html b/plinth/modules/first_boot/templates/firstboot_complete.html index f5a72cc14..550cad061 100644 --- a/plinth/modules/first_boot/templates/firstboot_complete.html +++ b/plinth/modules/first_boot/templates/firstboot_complete.html @@ -21,33 +21,29 @@ {% load bootstrap %} {% load i18n %} -{% block content_row %} +{% block content %} -
+ {% blocktrans trimmed %} + Without any apps, your {{ box_name }} cannot do very much. + {% endblocktrans %} +
-- {% blocktrans trimmed %} - Without any apps, your {{ box_name }} cannot do very much. - {% endblocktrans %} -
- - - --
- {% url 'networks:index' as networks_url %} - {% blocktrans trimmed %} - You may want to check the network - setup and modify it if necessary. - {% endblocktrans %} -
- + ++
+ {% url 'networks:index' as networks_url %} + {% blocktrans trimmed %} + You may want to check the network + setup and modify it if necessary. + {% endblocktrans %} +
+ + {% endblock %} diff --git a/plinth/modules/first_boot/templates/firstboot_welcome.html b/plinth/modules/first_boot/templates/firstboot_welcome.html index 83741826f..23d18110d 100644 --- a/plinth/modules/first_boot/templates/firstboot_welcome.html +++ b/plinth/modules/first_boot/templates/firstboot_welcome.html @@ -30,7 +30,7 @@ {% endblock %} -{% block content_row %} +{% block content %}