X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/catalogue/templates/catalogue/2022/collection.html diff --git a/src/catalogue/templates/catalogue/2022/collection.html b/src/catalogue/templates/catalogue/2022/collection.html deleted file mode 100644 index 38c52d847..000000000 --- a/src/catalogue/templates/catalogue/2022/collection.html +++ /dev/null @@ -1,50 +0,0 @@ -{% extends '2022/base.html' %} - - -{% block breadcrumbs %} - Katalog - Kolekcje -{% endblock %} - - -{% block main %} - -
-
-

{{ collection.title }}

-
-
- -
-

- {{ collection.description|safe }} -

-
- -
-
-
- - -
-
- Sortuj: -
- - - -
-
-
-
- -
-
- {% for book in collection.get_books %} - {% include "catalogue/2022/book_box.html" %} - {% endfor %} -
-
- - -{% endblock %}