diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-10-05 16:34:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-10-05 16:34:31 +0200 |
commit | 59a46079e45ed28951336527fc3357c1fcd7241a (patch) | |
tree | dedcd9cd5b1d6407afe88bde2720b17c4f175bf2 /archaeological_context_records | |
parent | 15d8581d48411f0b37b4846e70c357e4f2a7c914 (diff) | |
download | Ishtar-59a46079e45ed28951336527fc3357c1fcd7241a.tar.bz2 Ishtar-59a46079e45ed28951336527fc3357c1fcd7241a.zip |
Sheet CR: fix length display (refs #4983)
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index cd70925ec..95f4205f8 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -130,7 +130,7 @@ {% field_flex_full "Comment on datings" item.datings_comment "<pre>" "</pre>" has_image %} {% field_flex_full "Description" item.description "<pre>" "</pre>" has_image %} {% field_flex_full "Comment" item.comment "<pre>" "</pre>" has_image %} - {% field_flex "Length (m)" item.lenght '' '' has_image %} + {% field_flex "Length (m)" item.length '' '' has_image %} {% field_flex "Width (m)" item.width '' '' has_image %} {% field_flex "Diameter (m)" item.diameter '' '' has_image %} {% field_flex "Depth (m)" item.depth '' '' has_image %} |