From ead7a0b71e8617ec122e591ad20f47a06d82848c Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 15 Oct 2021 17:57:45 +0200 Subject: [PATCH] Do not show description in sample --- .../templates/photologue/includes/gallery_sample.html | 1 - 1 file changed, 1 deletion(-) diff --git a/photologue_custom/templates/photologue/includes/gallery_sample.html b/photologue_custom/templates/photologue/includes/gallery_sample.html index 2b485d6..abe2bfd 100644 --- a/photologue_custom/templates/photologue/includes/gallery_sample.html +++ b/photologue_custom/templates/photologue/includes/gallery_sample.html @@ -7,7 +7,6 @@
{{ gallery.title }}
{% if gallery.extended.date_start %}

{{ gallery.extended.date_start }}{% if gallery.extended.date_end and gallery.extended.date_end != gallery.extended.date_start %} - {{ gallery.extended.date_end }}{% endif %}

{% endif %} - {% if gallery.description %}

{{ gallery.description|safe }}

{% endif %}