From 9aaa49f523bcbd9a8ddf8f4d9c1ed83956b478ca Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 17 May 2019 12:18:50 +0200 Subject: [PATCH] gallery: display gallery title (#33200) --- combo/apps/gallery/templates/combo/gallerycell.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/combo/apps/gallery/templates/combo/gallerycell.html b/combo/apps/gallery/templates/combo/gallerycell.html index abd676ea..24be0780 100644 --- a/combo/apps/gallery/templates/combo/gallerycell.html +++ b/combo/apps/gallery/templates/combo/gallerycell.html @@ -1,6 +1,9 @@ {% load thumbnail %} {% block cell-content %} +{% if cell.title %} +

{{ cell.title }}

+{% endif %}