From 66d5bb150621e8d8b7b11e997b6a6a9afce8223e Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 19:20:18 +0200 Subject: update --- templates/blocks/picture.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'templates/blocks/picture.html') diff --git a/templates/blocks/picture.html b/templates/blocks/picture.html index a75eb3e..8008f92 100644 --- a/templates/blocks/picture.html +++ b/templates/blocks/picture.html @@ -1,2 +1,7 @@ -{% set img = record.attachments.images.get(this.url) %} -{{ this.caption }} +
+ {% set img = record.attachments.images.get(this.url) %} + {{ this.caption }} + {% if this.caption %} +
{{this.caption}}
+ {% endif %} +
-- cgit v1.2.3