fix variable name in work list page

This commit is contained in:
Julien Fastré 2022-01-23 22:24:48 +01:00
parent cdbae1eade
commit ad05b3bf05

View File

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