fix test in twig template

This commit is contained in:
Julien Fastré 2022-02-11 14:34:35 +01:00
parent d3d655293e
commit 450277f32a

View File

@ -26,7 +26,7 @@
</div>
</div>
</div>
{% if document.description is not null %}
{% if document.description is not empty %}
<div class="item-row separator">
<blockquote class="chill-user-quote">
{{ document.description|chill_markdown_to_html }}