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 | 79287474e31be5004ad6d05beb353dd481e88be5 (patch) | |
| tree | 962c8a83c773bcb03e10af053772ed3684409b73 | |
| parent | a415799a7a13d046360850a154e2b96590761744 (diff) | |
| download | Ishtar-79287474e31be5004ad6d05beb353dd481e88be5.tar.bz2 Ishtar-79287474e31be5004ad6d05beb353dd481e88be5.zip | |
Context record sheet: add documentation field
| -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>" %} | 
