networks: Link internet connection help page with networks page.

Signed-off-by: Nektarios Katakis <iam@nektarioskatakis.xyz>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Nektarios Katakis 2020-02-15 23:24:49 +00:00 committed by Sunil Mohan Adapa
parent bcd4c52851
commit 4ad2d7b2cf
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -133,4 +133,25 @@
</a>
</div>
<h3>
{% blocktrans trimmed %}
Your Internet Connection Type
{% endblocktrans %}
</h3>
<p>
{% blocktrans trimmed %}
The following best describes the type of Internet connection provided
by your ISP. This information is only used to suggest you necessary
configuration actions.
{% endblocktrans %}
</p>
<div class="btn-toolbar">
<a href="{% url 'networks:internet_connection_type_setup' %}" class="btn btn-default"
role="button" title="{% trans 'Update...' %}">
<span class="fa" aria-hidden="true"></span>
{% trans 'Update...' %}
</a>
</div>
{% endblock %}