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 | 4e94cc1af7e816450940ba1a675c94bc10f1cd99 (patch) | |
tree | cacf5415cf4667c2384d13c312d339312fa4b194 /archaeological_context_records/templates | |
parent | 80bc7eeb8da755c0c54471f6714a1ce33a89e3e2 (diff) | |
parent | bc959913ada31882c49bbfe510933edc9f043444 (diff) | |
download | Ishtar-4e94cc1af7e816450940ba1a675c94bc10f1cd99.tar.bz2 Ishtar-4e94cc1af7e816450940ba1a675c94bc10f1cd99.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>" %} |