diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 13:16:57 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 13:16:57 +0200 |
commit | a3e22fb0ce0804f00f3e2254f755a4a0cbf2c632 (patch) | |
tree | 962c8a83c773bcb03e10af053772ed3684409b73 /archaeological_context_records/templates | |
parent | 6b578aad2bf9d226da65b6562b2c991a257500d8 (diff) | |
download | Ishtar-a3e22fb0ce0804f00f3e2254f755a4a0cbf2c632.tar.bz2 Ishtar-a3e22fb0ce0804f00f3e2254f755a4a0cbf2c632.zip |
Context record sheet: add documentation field
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 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>" %} |