diff options
Diffstat (limited to 'archaeological_context_records/templates/ishtar')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index af5da11dd..d53dbcc6b 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -33,9 +33,9 @@ {% endif %} {% field_flex "Excavation technic" item.excavation_technic '' '' has_image %} - {% field_flex_multiple "Chronology" item.datings has_image %} + {% field_flex_multiple_obj "Chronology" item 'datings' has_image %} {% field_flex "Town" item.town.label_with_areas '' '' has_image %} - {% field_flex_multiple "Documentation" item.documentations has_image %} + {% field_flex_multiple_obj "Documentation" item 'documentations' has_image %} {% field_flex "Opening date" item.opening_date '' '' has_image %} {% field_flex "Closing date" item.closing_date '' '' has_image %} {% field_flex_full "Comment on datings" item.datings_comment "<pre>" "</pre>" has_image %} |