X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/collection.html diff --git a/wolnelektury/templates/catalogue/collection.html b/wolnelektury/templates/catalogue/collection.html deleted file mode 100755 index 4bb12c938..000000000 --- a/wolnelektury/templates/catalogue/collection.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "catalogue/book_list.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 %}