Skip to content

Commit 6e7bbfc

Browse files
committed
Fix templates
1 parent 3e43226 commit 6e7bbfc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% extends 'generic/object.html' %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{% load i18n %}
1+
{% load helpers i18n %}
22
{{ value|floatformat }} {% trans "Kilograms" %}
33
({{ value|kg_to_pounds|floatformat }} {% trans "Pounds" %})
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% extends 'generic/object.html' %}

0 commit comments

Comments
 (0)