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