X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e18d543fa8e2bd224880a79fb71ea8726b1d45bf..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 c1f1ae4d5..000000000 --- a/wolnelektury/templates/catalogue/collection.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "catalogue/book_list.html" %} -{% load i18n %} - -{% block bodyid %}collection{% endblock %} - -{% block title %}{{ context.collection.title }} {% trans "in WolneLektury.pl" %}{% endblock %} - -{% block book_list_header %}{{ context.collection.title }}{% endblock %} - -{% block book_list_info %} -{{ context.collection.description|safe }} -{% endblock %}