diff --git a/photologue/templates/photologue/gallery_detail.html b/photologue/templates/photologue/gallery_detail.html index e0903eb..a5dd09d 100644 --- a/photologue/templates/photologue/gallery_detail.html +++ b/photologue/templates/photologue/gallery_detail.html @@ -43,7 +43,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% if gallery.tags.all %}

Tags : {% for tag in gallery.tags.all %} - {{ tag }} + {{ tag }} {% endfor %}

{% endif %}