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 | c768ca5bdc236838f6724e50aa26c1ef48a29ee4 (patch) | |
tree | 04a413d7cd8abd8c0baf767a8bc12e6b2d0d1bfa /archaeological_context_records/templates | |
parent | 1750b9c9c0d7f8dffe878cc57514964f87d79a26 (diff) | |
download | Ishtar-c768ca5bdc236838f6724e50aa26c1ef48a29ee4.tar.bz2 Ishtar-c768ca5bdc236838f6724e50aa26c1ef48a29ee4.zip |
Context record: settings for M2M history
Diffstat (limited to 'archaeological_context_records/templates')
-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 %} |