From 42e138940a4fa39ecb55c44d8c2fd97553397e7b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Jul 2020 04:27:48 +0200 Subject: Sheet context record: update labels --- .../templates/ishtar/sheet_contextrecord.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index ffeba676c..cd70925ec 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -112,7 +112,6 @@

{{ item.parcel.short_label }}

{{ item.label|default:"" }}

{% include "ishtar/blocks/sheet_external_id.html" %} -

@@ -122,8 +121,8 @@

{% trans "Description"%}

- {% field_flex "Excavation technic" item.excavation_technic '' '' has_image %} - {% field_flex_multiple_obj "Chronology" item 'datings' has_image %} + {% field_flex "Excavation technique" item.excavation_technic '' '' 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 %} {% field_flex "Opening date" item.opening_date '' '' has_image %} -- cgit v1.2.3