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