diff --git a/plinth/modules/networks/templates/connections_list.html b/plinth/modules/networks/templates/connections_list.html index 5927f7c09..ee96a38d0 100644 --- a/plinth/modules/networks/templates/connections_list.html +++ b/plinth/modules/networks/templates/connections_list.html @@ -32,7 +32,7 @@ {% if connection.is_active %} -
{% csrf_token %} @@ -40,7 +40,7 @@ {% trans "Deactivate" %}
{% else %} -
{% csrf_token %} diff --git a/plinth/modules/networks/templates/networks_configuration.html b/plinth/modules/networks/templates/networks_configuration.html index 5da805ef8..62cbc1420 100644 --- a/plinth/modules/networks/templates/networks_configuration.html +++ b/plinth/modules/networks/templates/networks_configuration.html @@ -29,11 +29,11 @@ margin: -2px 0; } - .form.pull-right { + .form-action.pull-right { margin-right: 20px; } - .form button { + .form-action button { width: 7em; }