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 | 30344bb4598e7a0d72d6315bdd197f971ecd443c (patch) | |
| tree | 020ef403efe4b11de64b6c12fb86d276aafc9a16 /archaeological_finds/templates | |
| parent | df047b01c5f51a00c2f76f841ebd284ec401e99e (diff) | |
| download | Ishtar-30344bb4598e7a0d72d6315bdd197f971ecd443c.tar.bz2 Ishtar-30344bb4598e7a0d72d6315bdd197f971ecd443c.zip | |
Finds: add thickness field (refs #3362)
Diffstat (limited to 'archaeological_finds/templates')
| -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>" %} |
