From 26737293e4ce44c4d6b3d22e1858b25b7a40e428 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 17 Oct 2015 10:24:08 +0530 Subject: [PATCH] first_boot: Reduce the width of administrator form --- .../templates/firstboot_state1.html | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) 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 %}