fixes
[wolnelektury.git] / src / social / templates / social / carousel_2022.html
index edaa3bb..a7af46c 100644 (file)
@@ -1,7 +1,7 @@
 {% if banner %}
 <a href="{{ banner.link }}">
   {% if banner.picture %}
-  <img src="{{ banner.image.url }}">
+  <img src="{{ banner.picture.url }}">
   {% endif %}
 </a>
 {% endif %}