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