Jeremy Stretch 3 месяцев назад
Родитель
Сommit
6e7bbfc3e2

+ 1 - 0
netbox/templates/dcim/moduletypeprofile.html

@@ -0,0 +1 @@
+{% extends 'generic/object.html' %}

+ 1 - 1
netbox/templates/dcim/rack/attrs/total_weight.html

@@ -1,3 +1,3 @@
-{% load i18n %}
+{% load helpers i18n %}
 {{ value|floatformat }} {% trans "Kilograms" %}
 {{ value|floatformat }} {% trans "Kilograms" %}
 ({{ value|kg_to_pounds|floatformat }} {% trans "Pounds" %})
 ({{ value|kg_to_pounds|floatformat }} {% trans "Pounds" %})

+ 1 - 0
netbox/templates/dcim/racktype.html

@@ -0,0 +1 @@
+{% extends 'generic/object.html' %}