diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-20 17:28:52 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-20 17:28:52 +0200 |
commit | 1b246239c77b23c5b8d062057d2bf885716a0e15 (patch) | |
tree | 3b8539fd9a95555c6154b4a00f4e31b9693d1768 /archaeological_context_records | |
parent | 4aa6e59b2968e14e9f111fa4f3fceb874c91ca4b (diff) | |
parent | c89fd76e88e9d345399d7565803fa3b6c0e7fa21 (diff) | |
download | Ishtar-1b246239c77b23c5b8d062057d2bf885716a0e15.tar.bz2 Ishtar-1b246239c77b23c5b8d062057d2bf885716a0e15.zip |
Merge branch 'master' into v0.9
Diffstat (limited to 'archaeological_context_records')
-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 29e45d3a9..b10f46325 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>" %} |