Show card loading for example

This commit is contained in:
2023-12-29 17:19:46 -06:00
parent 4efdf5a674
commit 31c761a991

View File

@@ -4,7 +4,7 @@
{% for this in gallery_items %} {% for this in gallery_items %}
{% include 'card.html' %} {% include 'card.html' %}
{# include 'card_loading.html' #} {% include 'card_loading.html' %}
{% endfor %} {% endfor %}
</div> </div>