Fix templates

This commit is contained in:
Jeremy Stretch 2025-11-10 08:35:33 -05:00
parent 3e43226901
commit 6e7bbfc3e2
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
{% extends 'generic/object.html' %}

View File

@ -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" %})

View File

@ -0,0 +1 @@
{% extends 'generic/object.html' %}