From 4d2730f4003347eab7c25a5f0b3f01918e522d5a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 17 Oct 2022 15:05:03 +0200 Subject: Context records: Excavation technic become many2many --- .../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 acc131e88..a38d2c3bf 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -138,7 +138,7 @@

{% trans "Description"%}

- {% field_flex "Excavation technique" item.excavation_technic '' '' has_image %} + {% field_flex_multiple_obj "Excavation technique" item 'excavation_technics' has_image %} {% field_flex_multiple_obj "Periods" item 'datings' has_image %} {% field_flex "Town" item.town.label_with_areas '' '' has_image %} {% field_flex_multiple_obj "Documentation" item 'documentations' has_image %} -- cgit v1.2.3