diff --git a/netbox/dcim/tables/devicetypes.py b/netbox/dcim/tables/devicetypes.py index e9e936b3a..ec71245f7 100644 --- a/netbox/dcim/tables/devicetypes.py +++ b/netbox/dcim/tables/devicetypes.py @@ -86,7 +86,7 @@ class DeviceTypeTable(NetBoxTable): url_name='dcim:devicetype_list' ) u_height = columns.TemplateColumn( - template_code='{{ value|floatformat }}' + template_code='{{ value|floatformat }}' ) class Meta(NetBoxTable.Meta):