diff --git a/netbox/templates/account/preferences.html b/netbox/templates/account/preferences.html index e31baf0e7..f63a4c8c7 100644 --- a/netbox/templates/account/preferences.html +++ b/netbox/templates/account/preferences.html @@ -12,8 +12,8 @@ {# Built-in preferences #} {% for group, fields in form.fieldsets %}
-
-
{{ group }}
+
+
{{ group }}
{% for name in fields %} {% render_field form|getfield:name %} @@ -25,8 +25,8 @@ {% with plugin_fields=form.plugin_fields %} {% if plugin_fields %}
-
-
{% trans "Plugins" %}
+
+
{% trans "Plugins" %}
{% for name in plugin_fields %} {% render_field form|getfield:name %} @@ -37,8 +37,8 @@ {# Table configurations #}
-
-
{% trans "Table Configurations" %}
+
+
{% trans "Table Configurations" %}
{% if request.user.config.data.tables %} @@ -72,7 +72,7 @@
{% else %} -
+

{% trans "None found" %}

{% endif %} diff --git a/netbox/templates/circuits/circuittermination_edit.html b/netbox/templates/circuits/circuittermination_edit.html index 907c5a3d7..56c2eb6e4 100644 --- a/netbox/templates/circuits/circuittermination_edit.html +++ b/netbox/templates/circuits/circuittermination_edit.html @@ -5,16 +5,16 @@ {% block form %}
-
-
{% trans "Circuit Termination" %}
+
+
{% trans "Circuit Termination" %}
{% render_field form.circuit %} {% render_field form.term_side %} {% render_field form.tags %} {% render_field form.mark_connected %} {% with providernetwork_tab_active=form.initial.provider_network %} -
-
+
+
-
-
{% trans "Termination Details" %}
+
+
{% trans "Termination Details" %}
{% render_field form.port_speed %} {% render_field form.upstream_speed %} @@ -49,8 +49,8 @@ {% if form.custom_fields %}
-
-
{% trans "Custom Fields" %}
+
+
{% trans "Custom Fields" %}
{% render_custom_fields form %}
diff --git a/netbox/templates/dcim/cable_edit.html b/netbox/templates/dcim/cable_edit.html index 14d763dc3..b5c1f8752 100644 --- a/netbox/templates/dcim/cable_edit.html +++ b/netbox/templates/dcim/cable_edit.html @@ -8,8 +8,8 @@ {# A side termination #}
-
-
{% trans "A Side" %}
+
+
{% trans "A Side" %}
{% if 'termination_a_device' in form.fields %} {% render_field form.termination_a_device %} @@ -25,8 +25,8 @@ {# B side termination #}
-
-
{% trans "B Side" %}
+
+
{% trans "B Side" %}
{% if 'termination_b_device' in form.fields %} {% render_field form.termination_b_device %} @@ -42,8 +42,8 @@ {# Cable attributes #}
-
-
{% trans "Cable" %}
+
+
{% trans "Cable" %}
{% render_field form.status %} {% render_field form.type %} @@ -64,8 +64,8 @@
-
-
{% trans "Tenancy" %}
+
+
{% trans "Tenancy" %}
{% render_field form.tenant_group %} {% render_field form.tenant %} @@ -73,8 +73,8 @@ {% if form.custom_fields %}
-
-
{% trans "Custom Fields" %}
+
+
{% trans "Custom Fields" %}
{% render_custom_fields form %}
diff --git a/netbox/templates/dcim/device_edit.html b/netbox/templates/dcim/device_edit.html index 4dbb2f477..7824ae81b 100644 --- a/netbox/templates/dcim/device_edit.html +++ b/netbox/templates/dcim/device_edit.html @@ -6,8 +6,8 @@ {% render_errors form %}
-
-
{% trans "Device" %}
+
+
{% trans "Device" %}
{% render_field form.name %} {% render_field form.role %} @@ -16,8 +16,8 @@
-
-
{% trans "Hardware" %}
+
+
{% trans "Hardware" %}
{% render_field form.device_type %} {% render_field form.airflow %} @@ -26,8 +26,8 @@
-
-
{% trans "Location" %}
+
+
{% trans "Location" %}
{% render_field form.site %} {% render_field form.location %} @@ -60,8 +60,8 @@
-
-
{% trans "Management" %}
+
+
{% trans "Management" %}
{% render_field form.status %} {% render_field form.platform %} @@ -74,23 +74,23 @@
-
-
{% trans "Virtualization" %}
+
+
{% trans "Virtualization" %}
{% render_field form.cluster %}
-
-
{% trans "Tenancy" %}
+
+
{% trans "Tenancy" %}
{% render_field form.tenant_group %} {% render_field form.tenant %}
-
-
{% trans "Virtual Chassis" %}
+
+
{% trans "Virtual Chassis" %}
{% render_field form.virtual_chassis %} {% render_field form.vc_position %} @@ -99,8 +99,8 @@ {% if form.custom_fields %}
-
-
{% trans "Custom Fields" %}
+
+
{% trans "Custom Fields" %}
{% render_custom_fields form %}
diff --git a/netbox/templates/dcim/inventoryitem_edit.html b/netbox/templates/dcim/inventoryitem_edit.html index 640f8dbfe..efa207e60 100644 --- a/netbox/templates/dcim/inventoryitem_edit.html +++ b/netbox/templates/dcim/inventoryitem_edit.html @@ -6,8 +6,8 @@ {% block form %}
-
-
{% trans "Inventory Item" %}
+
+
{% trans "Inventory Item" %}
{% render_field form.device %} {% render_field form.parent %} @@ -19,8 +19,8 @@
-
-
{% trans "Hardware" %}
+
+
{% trans "Hardware" %}
{% render_field form.manufacturer %} {% render_field form.part_id %} @@ -29,8 +29,8 @@
-
-
{% trans "Component Assignment" %}
+
+
{% trans "Component Assignment" %}