mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix variable name in work list page
This commit is contained in:
parent
a786578cbe
commit
1faa9812db
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user