X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/social/templates/social/2022/my_shelf.html diff --git a/src/social/templates/social/2022/my_shelf.html b/src/social/templates/social/2022/my_shelf.html deleted file mode 100644 index a955b31b7..000000000 --- a/src/social/templates/social/2022/my_shelf.html +++ /dev/null @@ -1,62 +0,0 @@ -{% extends '2022/base.html' %} -{% load catalogue_tags %} - - -{% block settings %} - {% load title %} - {% title 'Półka' %} -{% endblock %} - -{% block main %} -
-
-

Półka

-
-
- -
-
-
- - -
-
- Sortuj: -
- - - -
-
-
-
- -
- -
-

 

- {% if suggest %} -
- {% with list_type='book' %} - {% for tag in suggest %} - - {{ tag }} - - {% endfor %} - {% endwith %} -
- {% endif %} -
-
- - - -
-
- {% for book in books %} - {% include "catalogue/2022/book_box.html" %} - {% endfor %} -
-
- -{% endblock %}