From f52fdfa55ea04c3d845c8df2d6499ddaee1da546 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 26 Dec 2022 10:50:08 +0100 Subject: [PATCH] Lighten gallery sample background --- 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 e37308b..edff079 100644 --- a/photologue/templates/photologue/includes/gallery_sample.html +++ b/photologue/templates/photologue/includes/gallery_sample.html @@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} -
+
{% for photo in gallery.sample %} {{ photo.title }} {% endfor %}