summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-12-03 17:55:06 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-12-03 17:55:46 +0100
commitdf40e324fa1b5eed4bc4dc3ece0f0e8eea98ea10 (patch)
tree8e2e982bc1accf09dd53b43a70f88acccc05b758 /archaeological_finds/templates
parentbc1ad1f8452cdbab08b05d3a5bec8bcc5ad0dcae (diff)
downloadIshtar-df40e324fa1b5eed4bc4dc3ece0f0e8eea98ea10.tar.bz2
Ishtar-df40e324fa1b5eed4bc4dc3ece0f0e8eea98ea10.zip
Finds: add circumference
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html3
1 files changed, 2 insertions, 1 deletions
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 %}