diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-31 12:04:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-31 12:04:31 +0200 |
commit | 06e1eb1c8170b267d0afd7d10e8e47625bba09f1 (patch) | |
tree | 7c27eebc6e51a3a6914f86eb241a4aff2dd7b3b6 /archaeological_context_records/templates | |
parent | bb00a32ce7332aec38ade6cddfb972fd354a7364 (diff) | |
parent | 4f9771cbc8d4afbaec168a7c73981291677ccb32 (diff) | |
download | Ishtar-06e1eb1c8170b267d0afd7d10e8e47625bba09f1.tar.bz2 Ishtar-06e1eb1c8170b267d0afd7d10e8e47625bba09f1.zip |
Merge branch 'master' into develop
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 fb5106faf..170c2d87c 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>" %} |