X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d18f17e7a8bdcafd4ef341b1cbe90c5c275a9dcb..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/catalogue/templates/catalogue/2022/author_detail.html diff --git a/src/catalogue/templates/catalogue/2022/author_detail.html b/src/catalogue/templates/catalogue/2022/author_detail.html deleted file mode 100644 index 17514ed98..000000000 --- a/src/catalogue/templates/catalogue/2022/author_detail.html +++ /dev/null @@ -1,71 +0,0 @@ -{% extends '2022/base.html' %} - -{% load choose_cites from social_tags %} - - -{% block breadcrumbs %} - Katalog - Autor -{% endblock %} - -{% block main %} -
-
- {% if tags.0.photo %} -
- {{ tags.0.name }} -
- {% endif %} -

{{ tags.0.name }}

-
-
- -
-
-
- - -
-
- Sortuj: -
- - - -
-
-
-
- -
-
- {% for book in object_list %} - {% include "catalogue/2022/book_box.html" %} - {% endfor %} -
-
- -
-
- {% with author=tags.0 %} - {% include 'catalogue/2022/author_box.html' %} - {% endwith %} - {% choose_cites 3 author=tags.0 as cites %} - {% if cites %} -
-
-
- - {% for fragment in cites %} -
- {% include "catalogue/2022/fragment_box.html" %} -
- {% endfor %} - -
-
-
- {% endif %} -
-
-{% endblock %}