From 4ec55d0628b35cc114639fe32e1b8adbd5fe1d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 11 Dec 2018 20:13:32 +0100 Subject: [PATCH] wcs: increase width of category images (#28918) --- combo/apps/wcs/templates/combo/wcs/forms_of_category.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/apps/wcs/templates/combo/wcs/forms_of_category.html b/combo/apps/wcs/templates/combo/wcs/forms_of_category.html index dde9675f..8f69d22c 100644 --- a/combo/apps/wcs/templates/combo/wcs/forms_of_category.html +++ b/combo/apps/wcs/templates/combo/wcs/forms_of_category.html @@ -6,7 +6,7 @@ {% get_asset "wcs:category:picture:"|add:cell.category_reference as asset %} {% if asset %} - + {% endif %} {% if description %} -- 2.20.0.rc2