FreedomBox/plinth/modules/networks/templates/network_topology_content.html
Nektarios Katakis e0e0a5dd60
networks: Add page for network topology form
Signed-off-by: Nektarios Katakis <iam@nektarioskatakis.xyz>
[sunil: Use the term 'network topology' consistently]
[sunil: Properly title case the <h1> title]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2020-03-06 14:19:41 -08:00

22 lines
496 B
HTML

{% comment %}
# SPDX-License-Identifier: AGPL-3.0-or-later
{% endcomment %}
{% load bootstrap %}
{% load i18n %}
{% load static %}
<h1>
{% blocktrans trimmed %}
How is Your {{ box_name }} Connected to the Internet?
{% endblocktrans %}
</h1>
<p>
{% blocktrans trimmed %}
Select an option that best describes how your {{ box_name }} is connected in
your network. This information is used to guide you with further setup. It can
be changed later.
{% endblocktrans %}
</p>