mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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>
|
||||
</div>
|
||||
|
||||
<h3>{% trans "Current Network Configuration" %}</h3>
|
||||
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
You should check the network setup and modify it if necessary.
|
||||
Do not forget to change the default Wi-Fi passwords!
|
||||
{% endblocktrans %}
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
You may want to check the network setup and modify it if necessary.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
<div class="text-center">
|
||||
<a class="btn btn-lg btn-primary" href="{% url 'networks:index' %}">
|
||||
{% trans "Go to Networks" %}</a>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
{% include "connections_diagram.html" %}
|
||||
|
||||
<div class="text-center">
|
||||
<a class="btn btn-lg btn-primary" href="{% url 'networks:index' %}">
|
||||
{% trans "Go to Networks" %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user