From 4ad2d7b2cfacabf987b9226ebf8011eaae7b2567 Mon Sep 17 00:00:00 2001 From: Nektarios Katakis Date: Sat, 15 Feb 2020 23:24:49 +0000 Subject: [PATCH] networks: Link internet connection help page with networks page. Signed-off-by: Nektarios Katakis Reviewed-by: Sunil Mohan Adapa --- .../networks/templates/connections_list.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/plinth/modules/networks/templates/connections_list.html b/plinth/modules/networks/templates/connections_list.html index 729a6b75c..0e766a7a6 100644 --- a/plinth/modules/networks/templates/connections_list.html +++ b/plinth/modules/networks/templates/connections_list.html @@ -133,4 +133,25 @@ +

+ {% blocktrans trimmed %} + Your Internet Connection Type + {% endblocktrans %} +

+

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

+ + + {% endblock %}