@@ -140,7 +140,7 @@
{% render_field form.termination_b_circuit %}
{% endif %}
-
+
diff --git a/netbox/templates/dcim/inc/cable_form.html b/netbox/templates/dcim/inc/cable_form.html
index 9bb14c33c..4f93f9010 100644
--- a/netbox/templates/dcim/inc/cable_form.html
+++ b/netbox/templates/dcim/inc/cable_form.html
@@ -7,7 +7,7 @@
{% render_field form.label %}
{% render_field form.color %}
-
+
{{ form.length }}
@@ -18,10 +18,10 @@
{% render_field form.tags %}
{% if form.custom_fields %}
-
-
Custom Fields
- {% render_custom_fields form %}
-
+
+
Custom Fields
+ {% render_custom_fields form %}
+
{% endif %}