From 2c13cefcf2f0a7e1b75ac072f8d0529e55973608 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 3 Dec 2018 17:55:06 +0100 Subject: Finds: add circumference --- archaeological_finds/templates/ishtar/sheet_find.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index ceda2a563..b676d6235 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -148,8 +148,9 @@ {% field_flex "Length (cm)" item.length %} {% field_flex "Width (cm)" item.width %} {% field_flex "Height (cm)" item.height %} - {% field_flex "Diameter (cm)" item.diameter %} {% field_flex "Thickness (cm)" item.thickness %} + {% field_flex "Diameter (cm)" item.diameter %} + {% field_flex "Circumference (cm)" item.circumference %} {% field_flex "Volume (l)" item.volume %} {% trans "Weight (g)" as weight_label %} {% field_flex weight_label item.weight_string %} -- cgit v1.2.3