From 6ff6101d8dda0b558ea09e0463bd58e4497cc137 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:07:10 +0100 Subject: [PATCH] wcs: fix "forms of category" cell to directly start with its title (#28917) --- combo/apps/wcs/templates/combo/wcs/forms_of_category.html | 4 +++- 1 file changed, 3 insertions(+), 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 dfbc7fc2..8f69d22c 100644 --- a/combo/apps/wcs/templates/combo/wcs/forms_of_category.html +++ b/combo/apps/wcs/templates/combo/wcs/forms_of_category.html @@ -1,6 +1,6 @@ {% load assets i18n %} {% block cell-content %} -
+ {% block cell-header %}

{{ title }}

{% get_asset "wcs:category:picture:"|add:cell.category_reference as asset %} @@ -15,6 +15,8 @@
{% endif %} {% endblock %} + +