Include more dates in item detail

This commit is contained in:
Edward Betts 2021-11-19 15:43:18 +00:00
parent f60b938dc1
commit 4645133247
1 changed files with 3 additions and 0 deletions

View File

@ -793,6 +793,9 @@ def item_detail(item):
"street_address": street_address,
"isa_list": [{"qid": isa.qid, "label": isa.label()} for isa in isa_items if isa],
"closed": item.closed(),
"inception": item.time_claim("P571"),
"p1619": item.time_claim("P1619"),
"p576": item.time_claim("P576"),
"heritage_designation": heritage_designation,
}