diff --git a/templates/flow_block_page.html b/templates/flow_block_page.html index 30aaee92..1207db09 100644 --- a/templates/flow_block_page.html +++ b/templates/flow_block_page.html @@ -27,7 +27,11 @@ {% if this.attachments.images %}
{% for image in this.attachments.images %} + {% if image.format != 'svg' %} {{ image.description }} + {% else %} + {{ image.description }} + {% endif %} {% endfor %}
{% endif %}