mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-04 06:16:23 -06:00
Fix templates
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
{% extends 'generic/object.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" %})
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
{% extends 'generic/object.html' %}
|
||||||
Reference in New Issue
Block a user