From 31c761a991034e4305dc8650a1cb7340ed79a046 Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 29 Dec 2023 17:19:46 -0600 Subject: [PATCH] Show card loading for example --- templates/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}