fix condition when confirming delete action

This commit is contained in:
Mathieu Jaumotte 2022-01-12 10:09:42 +01:00
parent 7564c2fde1
commit e540baaa4f

View File

@ -6,7 +6,7 @@
<p class="message-confirm">{{ confirm_question }}</p>
{% endif %}
{% if display_content is not empty %}
{% if display_content is defined and display_content is not empty %}
{{ display_content|raw }}
{% endif %}