Merge branch 'reflow'
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
diff --git a/apps/catalogue/templates/catalogue/tag_list_split.html b/apps/catalogue/templates/catalogue/tag_list_split.html
deleted file mode 100644 (file)
index cb7ab26..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% load i18n %}
-{% if books %}
-<p>{% trans "Literature" %}:</p>
-<div>{{books|safe}}</div>
-{% endif %}
-
-{% if pictures %}
-<p>{% trans "Gallery" %}:</p>
-<div>{{pictures|safe}}</div>
-{% endif %}