From 25a86c634cb954acad9e30270efac0d56a66543f Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 29 Dec 2023 11:23:58 -0600 Subject: [PATCH] rename cards to this --- templates/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gallery.html b/templates/gallery.html index f4b96dc..5921c5c 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -2,7 +2,7 @@
- {% for gallery in gallery_items %} + {% for this in gallery_items %} {% include 'card.html' %} {# include 'card_loading.html' #} {% endfor %}