X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc..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 9b00d8bbd..000000000 --- a/src/catalogue/templates/catalogue/2022/author_detail.html +++ /dev/null @@ -1,108 +0,0 @@ -{% extends '2022/base.html' %} -{% load catalogue_tags %} - -{% load choose_cites from social_tags %} - - -{% block breadcrumbs %} - Katalog - {% if tags %} - {{ main_tag.get_category_display|title }} - {% endif %} -{% endblock %} - -{% block main %} -
-
- {% if main_tag.photo %} -
- {{ main_tag.name }} -
- {% endif %} -

- {% if main_tag %} - {{ main_tag.name }} - {% else %} - {{ title }} - {% endif %} -

-
-
- -
-
-
- - -
- {% for tag in tags %} - {% if tag is not main_tag %} - - {{ tag }} - ✖ - - {% endif %} - {% endfor %} -
- -
-
- Sortuj: -
- - - -
-
-
-
-
- -
-

{% nice_title_from_tags tags categories %}

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