diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-15 13:10:43 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-15 13:10:43 +0100 |
commit | 83f721df61b06963e2751d8590f8d5fd64d15dac (patch) | |
tree | 04a413d7cd8abd8c0baf767a8bc12e6b2d0d1bfa /archaeological_context_records/templates/ishtar | |
parent | 5448e86869157c0191727df404848c2016fc2da2 (diff) | |
download | Ishtar-83f721df61b06963e2751d8590f8d5fd64d15dac.tar.bz2 Ishtar-83f721df61b06963e2751d8590f8d5fd64d15dac.zip |
Context record: settings for M2M history
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 %} |