From 40d78528df86f72f25f93bc99984c0b6ea6cf420 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 26 Dec 2022 10:56:04 +0100 Subject: [PATCH] Fix heading ordering --- photologue/templates/photologue/includes/gallery_sample.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photologue/templates/photologue/includes/gallery_sample.html b/photologue/templates/photologue/includes/gallery_sample.html index f73e7b9..ec07308 100644 --- a/photologue/templates/photologue/includes/gallery_sample.html +++ b/photologue/templates/photologue/includes/gallery_sample.html @@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {{ photo.title }} {% endfor %}
-
{{ gallery.title }}
+

{{ gallery.title }}

{% if gallery.date_start %}

{{ gallery.date_start }}{% if gallery.date_end and gallery.date_end != gallery.date_start %} - {{ gallery.date_end }}{% endif %}

{% endif %} {% if request.user.is_staff and gallery.photo_private_count %}

{{ gallery.photo_private_count }} photos censurées

{% endif %}