diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-20 19:07:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-20 19:07:26 +0200 |
commit | 96f8d1373860d7df9d35e8c3e95a2963f71bebdc (patch) | |
tree | cacf5415cf4667c2384d13c312d339312fa4b194 /archaeological_context_records/templates | |
parent | 030a7a7791f96649029370ead6bcff2c448db52e (diff) | |
parent | 8fa0f928e68e10d4ef055bf9afd47e0e91ce7b55 (diff) | |
download | Ishtar-96f8d1373860d7df9d35e8c3e95a2963f71bebdc.tar.bz2 Ishtar-96f8d1373860d7df9d35e8c3e95a2963f71bebdc.zip |
Merge branch 'master' into develop
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 72e79dadc..fb5106faf 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -23,6 +23,7 @@ {% field_li "Excavation technic" item.excavation_technic %} {% field_li_multiple "Chronology" item.datings %} {% field_li "Town" item.parcel.town %} + {% field_li_multiple "Documentation" item.documentations %} </ul> {% field "Comment on datings" item.datings_comment "<pre>" "</pre>" %} |