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 %}