diff --git a/plinth/modules/networks/templates/connections_add.html b/plinth/modules/networks/templates/connections_add.html index 5b7ee03b0..02d18264d 100644 --- a/plinth/modules/networks/templates/connections_add.html +++ b/plinth/modules/networks/templates/connections_add.html @@ -23,18 +23,14 @@ {% block content %} -
-
-
- {% csrf_token %} + + {% csrf_token %} - {{ form|bootstrap }} + {{ form|bootstrap }} - -
-
-
+ + {% endblock %} diff --git a/plinth/modules/networks/templates/connections_create.html b/plinth/modules/networks/templates/connections_create.html index e56606b1d..96c84b048 100644 --- a/plinth/modules/networks/templates/connections_create.html +++ b/plinth/modules/networks/templates/connections_create.html @@ -23,17 +23,13 @@ {% block content %} -
-
-
- {% csrf_token %} + + {% csrf_token %} - {{ form|bootstrap }} + {{ form|bootstrap }} - -
-
-
+ + {% endblock %} diff --git a/plinth/modules/networks/templates/connections_edit.html b/plinth/modules/networks/templates/connections_edit.html index ee9fa5740..193f67cbb 100644 --- a/plinth/modules/networks/templates/connections_edit.html +++ b/plinth/modules/networks/templates/connections_edit.html @@ -23,18 +23,14 @@ {% block content %} -
-
-
- {% csrf_token %} + + {% csrf_token %} - {{ form|bootstrap }} + {{ form|bootstrap }} - -
-
-
+ + {% endblock %} diff --git a/plinth/modules/networks/templates/connections_type_select.html b/plinth/modules/networks/templates/connections_type_select.html index 5b7ee03b0..02d18264d 100644 --- a/plinth/modules/networks/templates/connections_type_select.html +++ b/plinth/modules/networks/templates/connections_type_select.html @@ -23,18 +23,14 @@ {% block content %} -
-
-
- {% csrf_token %} + + {% csrf_token %} - {{ form|bootstrap }} + {{ form|bootstrap }} - -
-
-
+ + {% endblock %} diff --git a/plinth/modules/users/templates/users_create.html b/plinth/modules/users/templates/users_create.html index 972184b1e..1e7b0a34f 100644 --- a/plinth/modules/users/templates/users_create.html +++ b/plinth/modules/users/templates/users_create.html @@ -31,18 +31,14 @@ {% block content %} -
-
-
- {% csrf_token %} + + {% csrf_token %} - {{ form|bootstrap }} + {{ form|bootstrap }} - -
-
-
+ + {% endblock %}