Use outside packages.
[prawokultury.git] / migdal / templates / migdal / entry / entry_promobox.html
diff --git a/migdal/templates/migdal/entry/entry_promobox.html b/migdal/templates/migdal/entry/entry_promobox.html
deleted file mode 100755 (executable)
index 9b81f59..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-{% load i18n %}
-
-
-<li class="promobox-item"{% if counter == 1 %} class="active"{% endif %}
-    style="
-    {% if counter != 1 %}display: none;{% endif %}
-    {% if object.image %}
-        background: url('{{ object.image.url }}');
-        background-size:100%;
-        background-position: 50% 50%;
-    {% else %}
-        background: black;
-    {% endif %}
-">
-
-<a class="promobox-link" href="{{ object.get_absolute_url }}">
-
-
-<div class="promobox-info">
-<div class="clip">
-<h2>{{ object.title }}</h2>
-
-<div class="lead">
-{{ object.lead }}
-</div>
-</div>
-</div>
-
-</a>
-</li>