first_boot: erase network graph and warning on WiFi passwords

This commit is contained in:
Johannes Keyser 2017-05-13 14:13:00 +02:00 committed by James Valleroy
parent b6ce07d962
commit 62c46b4186
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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 %}