Do not show gallery creation time in details

This commit is contained in:
Alexandre Iooss 2021-10-12 18:34:12 +02:00
parent 0dd9d7cb37
commit c3a63935b1

View file

@ -22,7 +22,7 @@
{% block content %} {% block content %}
<h1>{{ gallery.title }}</h1> <h1>{{ gallery.title }}</h1>
<p class="text-muted small">{% trans "Published" %} {{ gallery.date_added }}</p> <p class="text-muted small">{% trans "Published" %} {{ gallery.date_added|date }}</p>
{% if gallery.extended.tags.all %} {% if gallery.extended.tags.all %}
<p class="text-muted"> <p class="text-muted">
Tags : {% for tag in gallery.extended.tags.all %} Tags : {% for tag in gallery.extended.tags.all %}