mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
first_boot: Reduce the width of administrator form
This commit is contained in:
parent
5cd1b7e4b3
commit
26737293e4
@ -21,21 +21,23 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load bootstrap %}
|
{% load bootstrap %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content_row %}
|
||||||
|
<div class="col-md-6 col-md-offset-3">
|
||||||
|
|
||||||
<h2>Administrator Account</h2>
|
<h2>Administrator Account</h2>
|
||||||
|
|
||||||
<p>Choose a username and password to access this web interface. The
|
<p>Choose a username and password to access this web interface.
|
||||||
password can be changed and other users can be added later. An
|
The password can be changed and other users can be added
|
||||||
LDAP user with administrative privileges (sudo) is also created.</p>
|
later. An LDAP user with administrative privileges (sudo) is
|
||||||
|
also created.</p>
|
||||||
|
|
||||||
<form class="form" method="post">
|
<form class="form" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form|bootstrap }}
|
{{ form|bootstrap }}
|
||||||
<input type="submit" class="btn btn-primary" value="Box it up!"/>
|
<input type="submit" class="btn btn-primary" value="Box it up!"/>
|
||||||
|
</form>
|
||||||
</form>
|
|
||||||
|
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block page_js %}
|
{% block page_js %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user