Fix templates
This commit is contained in:
parent
3e43226901
commit
6e7bbfc3e2
|
|
@ -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" %})
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
{% extends 'generic/object.html' %}
|
||||
Loading…
Reference in New Issue