Cleanup
[wolnelektury.git] / src / catalogue / templates / catalogue / 2022 / collection_box.html
diff --git a/src/catalogue/templates/catalogue/2022/collection_box.html b/src/catalogue/templates/catalogue/2022/collection_box.html
deleted file mode 100644 (file)
index 495fe23..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="c-collectionbox">
-  <a href="{{ collection.get_absolute_url }}">
-    <div class="c-collectionbox-covers">
-      {% for c in collection.example3 %}
-        <img src="{{ c.cover_clean.url }}">
-      {% endfor %}
-    </div>
-    {{ collection.title }}
-  </a>
-</div>