move card components to module specific directories

This commit is contained in:
Thomas Peetz
2025-05-25 22:12:23 +02:00
parent 456162da44
commit 87b1c24783
12 changed files with 66 additions and 25 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
{% for actor in actors %}
<div class="col-lg-4 col-md-3 col-sm-10 mr-auto">
{% with obj=actor %}
{% include "components/actor_cards.html" %}
{% include "media/actor_cards.html" %}
{% endwith %}
{% if loop.index %3 %}