diff --git a/photologue/templates/photologue/includes/gallery_sample.html b/photologue/templates/photologue/includes/gallery_sample.html index 7210415..f91dd7f 100644 --- a/photologue/templates/photologue/includes/gallery_sample.html +++ b/photologue/templates/photologue/includes/gallery_sample.html @@ -7,7 +7,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% for photo in gallery.sample %} - {{ photo.title }} + {{ photo.title }} {% endfor %}

{{ gallery.title }}