From c3a63935b1e309296b920e5333c8e9091cb34031 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 12 Oct 2021 18:34:12 +0200 Subject: [PATCH] Do not show gallery creation time in details --- photologue_custom/templates/photologue/gallery_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photologue_custom/templates/photologue/gallery_detail.html b/photologue_custom/templates/photologue/gallery_detail.html index 2d6528a..03415cb 100644 --- a/photologue_custom/templates/photologue/gallery_detail.html +++ b/photologue_custom/templates/photologue/gallery_detail.html @@ -22,7 +22,7 @@ {% block content %}

{{ gallery.title }}

-

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

+

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

{% if gallery.extended.tags.all %}

Tags : {% for tag in gallery.extended.tags.all %}