From 55880e8f0bb73d9588a29f3572303903b8ee42b9 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 17 Dec 2020 16:43:49 -0800 Subject: [PATCH] networks: Use common styling for showing network connection Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- .../networks/templates/connection_show.html | 183 +++++++++--------- 1 file changed, 89 insertions(+), 94 deletions(-) diff --git a/plinth/modules/networks/templates/connection_show.html b/plinth/modules/networks/templates/connection_show.html index 0074fe7e1..77ec97493 100644 --- a/plinth/modules/networks/templates/connection_show.html +++ b/plinth/modules/networks/templates/connection_show.html @@ -4,18 +4,13 @@ # ToDo: if connection is disabled, no information are visible anymore (Bug) {% endcomment %} +{% load static %} {% load bootstrap %} {% load i18n %} {% block page_head %} - + {% endblock %} {% block content %} @@ -28,14 +23,14 @@ title="{% trans "Edit connection" %}">{% trans "Edit" %} {% if active_connection %} -
{% csrf_token %}
{% else %} -
{% csrf_token %}