Code layout change.
[wolnelektury.git] / apps / social / templates / social / cite_promo.html
diff --git a/apps/social/templates/social/cite_promo.html b/apps/social/templates/social/cite_promo.html
deleted file mode 100755 (executable)
index 15786cf..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-{% spaceless %}
-
-{% load i18n %}
-
-{% if main %}
-    <section id="big-cite"{% if cite.image %} style="background-image: url('{{ cite.image.url }}'); background-position: 50% {{ cite.image_shift|default_if_none:50 }}%;"{% endif %} >
-{% endif %}
-
-{% if cite %}
-
-<a href="{{ cite.link }}" class="cite{% if cite.small %} cite-small{% endif %}">
-    {% if cite.vip %}
-        <p class='vip mono'><span>{{ cite.vip }} {% trans "recommends" %}:</span></p>
-    {% endif %}
-    <blockquote class="cite-body">
-        <span>{{ cite.text|linebreaksbr|safe }}</span>
-    </blockquote>
-    {% if cite.book %}
-    <p class="source mono"><span>{{ cite.book.pretty_title }}</span></p>
-    {% endif %}
-</a>
-
-{% endif %}
-
-
-{% if main %}
-    </section>
-{% endif %}
-
-{% endspaceless %}
\ No newline at end of file