Remove old version.
[wolnelektury.git] / src / picture / templates / picture / collection.html
diff --git a/src/picture/templates/picture/collection.html b/src/picture/templates/picture/collection.html
deleted file mode 100644 (file)
index 3c48fa1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "picture/picture_list_thumb.html" %}
-{% load i18n %}
-
-{% block titleextra %}{{ context.collection.title }}{% endblock %}
-
-{% block book_list_header %}{{ context.collection.title }}{% endblock %}
-
-{% block book_list_info %}
-  {{ context.collection.description|safe }}
-{% endblock %}