diff --git a/plinth/modules/first_boot/templates/firstboot_state1.html b/plinth/modules/first_boot/templates/firstboot_state1.html index 530949d2e..acc0913a0 100644 --- a/plinth/modules/first_boot/templates/firstboot_state1.html +++ b/plinth/modules/first_boot/templates/firstboot_state1.html @@ -33,6 +33,7 @@ {% block content_row %}
+ {% include 'messages.html' %}

Administrator Account

diff --git a/plinth/modules/first_boot/templates/firstboot_state10.html b/plinth/modules/first_boot/templates/firstboot_state10.html index 9f1fbee77..42e7d7f54 100644 --- a/plinth/modules/first_boot/templates/firstboot_state10.html +++ b/plinth/modules/first_boot/templates/firstboot_state10.html @@ -20,12 +20,35 @@ {% load bootstrap %} -{% block content %} +{% block content_row %} -{% if user.is_authenticated %} -

Have fun with your {{ cfg.box_name }}!

-{% else %} -

Proceed to login.

-{% endif %} +
+ {% include 'messages.html' %} + +

Setup Complete!

+ +

FreedomBox setup is now complete. However, you should check + the network setup and modify it if necessary. Do not forget to + change the default Wi-Fi passwords.

+ +

To make your FreedomBox functional, you need some applications. + Applications will be installed the first time you access them.

+ +

Network Configuration

+ + {% include "connections_diagram.html" %} + + +
{% endblock %}