From 0dd9d7cb379e53af582def1eef4b976ed0cc0b18 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 12 Oct 2021 17:49:13 +0200 Subject: [PATCH] Do not show time in gallery sample --- .../templates/photologue/includes/gallery_sample.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photologue_custom/templates/photologue/includes/gallery_sample.html b/photologue_custom/templates/photologue/includes/gallery_sample.html index 8dcc05c..34d53a8 100644 --- a/photologue_custom/templates/photologue/includes/gallery_sample.html +++ b/photologue_custom/templates/photologue/includes/gallery_sample.html @@ -6,7 +6,7 @@ {% endfor %}
{{ gallery.title }}
-

{% trans "Published" %} {{ gallery.date_added }}

+

{% trans "Published" %} {{ gallery.date_added|date }}

{% if gallery.description %}

{{ gallery.description|safe }}

{% endif %}