WIP: 2024-refactor #1

Draft
c0de wants to merge 52 commits from 2024-refactor into master
Showing only changes of commit 31c761a991 - Show all commits

View File

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