diff --git a/plinth/modules/first_boot/templates/firstboot_state1.html b/plinth/modules/first_boot/templates/firstboot_state1.html index 2f5dfcdcd..9b217438f 100644 --- a/plinth/modules/first_boot/templates/firstboot_state1.html +++ b/plinth/modules/first_boot/templates/firstboot_state1.html @@ -21,21 +21,23 @@ {% load static %} {% load bootstrap %} -{% block content %} +{% block content_row %} +
-

Administrator Account

+

Administrator Account

-

Choose a username and password to access this web interface. The - password can be changed and other users can be added later. An - LDAP user with administrative privileges (sudo) is also created.

+

Choose a username and password to access this web interface. + The password can be changed and other users can be added + later. An LDAP user with administrative privileges (sudo) is + also created.

-
- {% csrf_token %} - {{ form|bootstrap }} - - -
+
+ {% csrf_token %} + {{ form|bootstrap }} + +
+
{% endblock %} {% block page_js %}