diff --git a/photologue/templates/photologue/gallery_detail.html b/photologue/templates/photologue/gallery_detail.html index 3561932..35d3538 100644 --- a/photologue/templates/photologue/gallery_detail.html +++ b/photologue/templates/photologue/gallery_detail.html @@ -40,6 +40,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endif %} {% if gallery.date_start %}
{{ gallery.date_start }}{% if gallery.date_end and gallery.date_end != gallery.date_start %} {% trans "to" %} {{ gallery.date_end }}{% endif %}
{% endif %} +{% if request.user.is_staff and gallery.photo_private_count %}{{ gallery.photo_private_count }} photos censurées
{% endif %} {% if gallery.tags.all %}Tags : {% for tag in gallery.tags.all %} @@ -71,7 +72,7 @@ SPDX-License-Identifier: GPL-3.0-or-later