From 1d416a4bb927fb501c452b2c7c4b1f3e9c3c8e0c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 25 Jun 2024 11:22:07 +0200 Subject: 🩹 context record sheet: fix duplicate fields (refs #5865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 1 - 1 file changed, 1 deletion(-) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index fa639f177..f58655abc 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -139,7 +139,6 @@

{% trans "Description"%}

{% field_flex_multiple_obj "Excavation techniques" item 'excavation_technics' has_image %} - {% field_flex_multiple_obj "Periods" item 'datings' has_image %} {% field_flex_multiple_obj "Documentation" item 'documentations' has_image %} {% field_flex "Opening date" item.opening_date|date:"DATE_FORMAT" '' '' has_image %} {% field_flex "Closing date" item.closing_date|date:"DATE_FORMAT" '' '' has_image %} -- cgit v1.2.3