diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 13d5f2a94..e352f308f 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -314,7 +314,7 @@ Weight {% if object.device_type.weight %} - {{ object.device_type.weight|floatformat }} {{ object.device_type.get_weight_unit_display }} + {{ object.total_weight|floatformat }} {{ object.device_type.get_weight_unit_display }} {% else %} {{ ''|placeholder }} {% endif %}