X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b3ea0bf90c381d31936f81c96dffd25ca30a1664..e18d543fa8e2bd224880a79fb71ea8726b1d45bf:/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..c1f1ae4d5 --- /dev/null +++ b/wolnelektury/templates/catalogue/collection.html @@ -0,0 +1,12 @@ +{% 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 %}