Cleanup
[wolnelektury.git] / src / social / templates / social / carousel_2022.html
diff --git a/src/social/templates/social/carousel_2022.html b/src/social/templates/social/carousel_2022.html
deleted file mode 100644 (file)
index 2d91721..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{% for banner in banners %}
-  {% if banner.picture %}
-    <div style="background-image: url('{{ banner.picture.url }}');">
-      <a href="{{ banner.link }}"></a>
-    </div>
-  {% endif %}
-{% endfor %}