first-boot: state10: change text and layout

Instead of the buttons there is now only one link in the text for the
network setup.
This commit is contained in:
fonfon 2015-10-21 14:23:51 +00:00 committed by Sunil Mohan Adapa
parent 77e74746f0
commit 74f64123b3

View File

@ -29,35 +29,32 @@
<h2>{% trans "Setup Complete!" %}</h2> <h2>{% trans "Setup Complete!" %}</h2>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed with box_name=cfg.box_name %}
FreedomBox setup is now complete. However, you should check {{ box_name }} setup is now complete. To make your FreedomBox
the network setup and modify it if necessary. Do not forget functional, you need some applications. Applications will be
to change the default Wi-Fi passwords. installed the first time you access them.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<div class="text-center">
<a class="btn btn-lg btn-primary" href="{% url 'apps:index' %}">
{% trans "Go to Apps" %}</a>
</div>
<h3>{% trans "Current Network Configuration" %}</h3>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
To make your FreedomBox functional, you need some You should check the network setup and modify it if necessary.
applications. Applications will be installed the first time Do not forget to change the default Wi-Fi passwords!
you access them.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<h3>{% trans "Network Configuration" %}</h3>
{% include "connections_diagram.html" %} {% include "connections_diagram.html" %}
<div class="row"> <div class="text-center">
<div class="col-xs-6 text-center"> <a class="btn btn-lg btn-primary" href="{% url 'networks:index' %}">
<a class="btn btn-lg btn-primary" href="{% url 'networks:index' %}"> {% trans "Go to Networks" %}</a>
{% trans "Go to Networks" %}</a>
</div>
<div class="col-xs-6 text-center">
<a class="btn btn-lg btn-primary" href="{% url 'apps:index' %}">
{% trans "Go to Apps" %}</a>
</div>
</div> </div>
</div> </div>