From 2e5d00ba3b71d3b6b7e409c5c853d915ecd86260 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Tue, 9 May 2023 18:36:53 +0530 Subject: [PATCH] Update netbox/templates/dcim/device.html Co-authored-by: Jeremy Stretch --- netbox/templates/dcim/device.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 95a3fec8a..aa1b80cf7 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -314,7 +314,7 @@ Weight {% if object.total_weight %} - {{ object.total_weight|floatformat }} {{ object.device_type.get_weight_unit_display }} + {{ object.total_weight|floatformat }} Kilograms {% else %} {{ ''|placeholder }} {% endif %}