mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
first_boot: erase network graph and warning on WiFi passwords
This commit is contained in:
parent
b6ce07d962
commit
62c46b4186
@ -39,21 +39,18 @@
|
|||||||
{% trans "Install Apps" %}</a>
|
{% trans "Install Apps" %}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{% trans "Current Network Configuration" %}</h3>
|
<p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
You should check the network setup and modify it if necessary.
|
You may want to check the network setup and modify it if necessary.
|
||||||
Do not forget to change the default Wi-Fi passwords!
|
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% include "connections_diagram.html" %}
|
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="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>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user