correction popup étape map

This commit is contained in:
2025-01-23 19:58:58 +01:00
parent faa98fbec0
commit 2e47c8dd1b
3 changed files with 39 additions and 22 deletions

View File

@@ -32,7 +32,7 @@
</div>
{% endif %}
{% else %}
{% if content != '' %}
{% if content|render|striptags|trim is not empty or content|render matches '/<img/' %}
<div class="separated-content">{{ content|trim }}</div>
{% endif %}
{% endif %}