mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-14 04:19:36 -06:00
Fix templates
This commit is contained in:
parent
3e43226901
commit
6e7bbfc3e2
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' %}
|
||||
Loading…
Reference in New Issue
Block a user