diff --git a/foto_gallery/templates/gallery_index.html b/foto_gallery/templates/gallery_index.html index c55925d..308d051 100644 --- a/foto_gallery/templates/gallery_index.html +++ b/foto_gallery/templates/gallery_index.html @@ -22,7 +22,7 @@ - {{ loop.cycle('','
'.safe) }} + {{ loop.cycle('','
')| safe }} {% endfor %}