selected cites in admin
[wolnelektury.git] / wolnelektury / templates / catalogue / chosen_fragment.html
diff --git a/wolnelektury/templates/catalogue/chosen_fragment.html b/wolnelektury/templates/catalogue/chosen_fragment.html
deleted file mode 100755 (executable)
index a23638e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{% load i18n %}
-{% load removewholetags from catalogue_tags %}
-
-{% if fragment %}
-<a href="{{ fragment.get_absolute_url }}" class="cite">
-    <blockquote class="cite-body">
-        {{ fragment.text|removewholetags:"a"|truncatewords_html:15|safe }}
-    </blockquote>
-    <p class="mono">Adam Mickiewicz, Dziady część III</p>
-</a>
-{% endif %}