mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 12:08:43 -06:00
Fix templates
This commit is contained in:
1
netbox/templates/dcim/moduletypeprofile.html
Normal file
1
netbox/templates/dcim/moduletypeprofile.html
Normal file
@@ -0,0 +1 @@
|
||||
{% extends 'generic/object.html' %}
|
||||
@@ -1,3 +1,3 @@
|
||||
{% load i18n %}
|
||||
{% load helpers i18n %}
|
||||
{{ value|floatformat }} {% trans "Kilograms" %}
|
||||
({{ value|kg_to_pounds|floatformat }} {% trans "Pounds" %})
|
||||
|
||||
1
netbox/templates/dcim/racktype.html
Normal file
1
netbox/templates/dcim/racktype.html
Normal file
@@ -0,0 +1 @@
|
||||
{% extends 'generic/object.html' %}
|
||||
Reference in New Issue
Block a user