diff options
| -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>" %} | 
