From: Frédéric Péters Date: Thu, 11 Jun 2020 09:58:38 +0000 (+0200) Subject: templates: add back titles to galleries X-Git-Tag: v2021~154 X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=dd9e04d5c9e832be07d72bad44f67261e40db323 templates: add back titles to galleries --- diff --git a/panikweb_templates/templates/combo/gallerycell.html b/panikweb_templates/templates/combo/gallerycell.html index 6be3c9f..1a420da 100644 --- a/panikweb_templates/templates/combo/gallerycell.html +++ b/panikweb_templates/templates/combo/gallerycell.html @@ -1,4 +1,7 @@ {% load thumbnail %} +{% if cell.title %} +

{{ cell.title }}

+{% endif %}