diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-31 11:51:53 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-31 11:51:53 +0200 |
commit | 9a9300532592b575a0914e009840c2c4c11f28c0 (patch) | |
tree | 9c710dd7acf9e31b35b3fed85d207fdca532413e /archaeological_context_records/templates | |
parent | b2e1c602627102d2c63616d98305941c773b24fa (diff) | |
download | Ishtar-9a9300532592b575a0914e009840c2c4c11f28c0.tar.bz2 Ishtar-9a9300532592b575a0914e009840c2c4c11f28c0.zip |
Context record form/sheet: add opening/closing dates
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index b10f46325..0a5ea30fc 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -24,6 +24,8 @@ {% field_li_multiple "Chronology" item.datings %} {% field_li "Town" item.parcel.town %} {% field_li_multiple "Documentation" item.documentations %} + {% field_li "Opening date" item.opening_date %} + {% field_li "Closing date" item.closing_date %} </ul> {% field "Comment on datings" item.datings_comment "<pre>" "</pre>" %} |