X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/325a7f36de2b6f38c53f6e1dc103807f66944364..73ce961f14509aabfa26536f847afd28111029c6:/wolnelektury/templates/catalogue/collection.html diff --git a/wolnelektury/templates/catalogue/collection.html b/wolnelektury/templates/catalogue/collection.html new file mode 100755 index 000000000..4bb12c938 --- /dev/null +++ b/wolnelektury/templates/catalogue/collection.html @@ -0,0 +1,10 @@ +{% 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 %}