diff --git a/templates/gallery.html b/templates/gallery.html index 35a51ce..66ebca5 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -4,7 +4,7 @@ {% for this in gallery_items %} {% include 'card.html' %} - {# include 'card_loading.html' #} + {% include 'card_loading.html' %} {% endfor %}