diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-11-22 17:29:13 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-11-22 17:29:13 +0100 |
commit | aa7a9788a76bca58f90add9a7572a12911ff145b (patch) | |
tree | 020ef403efe4b11de64b6c12fb86d276aafc9a16 /archaeological_finds/templates/ishtar/sheet_find.html | |
parent | c85fa7441c7548003f4502be876945d104eff986 (diff) | |
download | Ishtar-aa7a9788a76bca58f90add9a7572a12911ff145b.tar.bz2 Ishtar-aa7a9788a76bca58f90add9a7572a12911ff145b.zip |
Finds: add thickness field (refs #3362)
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 00470906d..bed1f4a72 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -44,11 +44,9 @@ {% field_li "Width (cm)" item.width %} {% field_li "Height (cm)" item.height %} {% field_li "Diameter (cm)" item.diameter %} +{% field_li "Thickness (cm)" item.thickness %} {% field_li "Volume (l)" item.volume %} - -{% if item.weight %}{% with item.weight|add:' '|add:item.weight_unit as weight %} -{% field_li "Weight" weight %} -{% endwith %}{% endif %} +{% field_li "Weight" item.weight_string %} {% if item.dimensions_comment %} </ul> {% field "Dimensions comment" item.dimensions_comment "<pre>" "</pre>" %} |