From 6029d7182ab932e2041ca8177e0b66a1610abf98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 23 Jun 2020 09:41:51 +0200 Subject: [PATCH] templates: take cell figure parameters from variables (#43161) --- combo/public/templates/combo/asset_picture_fragment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/public/templates/combo/asset_picture_fragment.html b/combo/public/templates/combo/asset_picture_fragment.html index 95930bd3..2962e6d6 100644 --- a/combo/public/templates/combo/asset_picture_fragment.html +++ b/combo/public/templates/combo/asset_picture_fragment.html @@ -2,6 +2,6 @@ {% get_asset cell=cell type='picture' as asset %} {% if asset %} - + {% endif %}