Do not show gallery creation time in details
This commit is contained in:
parent
0dd9d7cb37
commit
c3a63935b1
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
{% block content %}
|
||||
<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 %}
|
||||
<p class="text-muted">
|
||||
Tags : {% for tag in gallery.extended.tags.all %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue