mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
bcd4c52851
commit
4ad2d7b2cf
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user