fix variable name in work list page

This commit is contained in:
Julien Fastré 2022-01-23 22:24:48 +01:00
parent a786578cbe
commit 1faa9812db

View File

@ -70,7 +70,7 @@
action: 'show', displayBadge: true,
targetEntity: { name: 'person', id: p.id },
buttonText: p|chill_entity_render_string,
isDead: entity.deathdate is not null
isDead: p.deathdate is not null
} %}
</span>
{% endfor %}