From fb2e3992e6f5c44c69036312ee93a765fbd0cc73 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 5 Oct 2020 16:34:12 +0200 Subject: Sheet CR: fix length display (refs #4983) --- .../templates/ishtar/sheet_contextrecord.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/templates') 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 "
" "
" has_image %} {% field_flex_full "Description" item.description "
" "
" has_image %} {% field_flex_full "Comment" item.comment "
" "
" 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 %} -- cgit v1.2.3