diff --git a/plinth/modules/networks/templates/internet_connectivity_firstboot.html b/plinth/modules/networks/templates/internet_connectivity_firstboot.html new file mode 100644 index 000000000..64e7c0c3f --- /dev/null +++ b/plinth/modules/networks/templates/internet_connectivity_firstboot.html @@ -0,0 +1,23 @@ +{% extends "base_firstboot.html" %} +{% comment %} +# SPDX-License-Identifier: AGPL-3.0-or-later +{% endcomment %} + +{% load bootstrap %} +{% load i18n %} +{% load static %} + +{% block content %} + {% include "internet_connectivity_content.html" %} + +
+ +{% endblock %}