diff --git a/netbox/templates/dcim/moduletypeprofile.html b/netbox/templates/dcim/moduletypeprofile.html new file mode 100644 index 000000000..f15e1d050 --- /dev/null +++ b/netbox/templates/dcim/moduletypeprofile.html @@ -0,0 +1 @@ +{% extends 'generic/object.html' %} diff --git a/netbox/templates/dcim/rack/attrs/total_weight.html b/netbox/templates/dcim/rack/attrs/total_weight.html index 2db1d13e8..73ac54ef5 100644 --- a/netbox/templates/dcim/rack/attrs/total_weight.html +++ b/netbox/templates/dcim/rack/attrs/total_weight.html @@ -1,3 +1,3 @@ -{% load i18n %} +{% load helpers i18n %} {{ value|floatformat }} {% trans "Kilograms" %} ({{ value|kg_to_pounds|floatformat }} {% trans "Pounds" %}) diff --git a/netbox/templates/dcim/racktype.html b/netbox/templates/dcim/racktype.html new file mode 100644 index 000000000..f15e1d050 --- /dev/null +++ b/netbox/templates/dcim/racktype.html @@ -0,0 +1 @@ +{% extends 'generic/object.html' %}