X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e9f8a9269b64a5af7c95d6c2714b1ae97e68d6a1..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/catalogue/templates/catalogue/book_wide.html diff --git a/apps/catalogue/templates/catalogue/book_wide.html b/apps/catalogue/templates/catalogue/book_wide.html deleted file mode 100644 index 13df555b9..000000000 --- a/apps/catalogue/templates/catalogue/book_wide.html +++ /dev/null @@ -1,75 +0,0 @@ -{% extends "catalogue/book_short.html" %} -{% load i18n %} -{% load download_audio tag_list custom_pdf_link_li license_icon from catalogue_tags %} -{% load cite_promo from social_tags %} - - -{% block box-class %}book-wide-box{% endblock %} - - -{% block cover-area-extra %} -{% if extra_info.license %} - {% license_icon extra_info.license %} -{% endif %} -{% endblock %} - - - -{% block book-box-extra-info %} -{% if themes %} -
-

{% trans "Motifs and themes" %}

-
- -
-
-{% else %} -

 

-{% endif %} -{% endblock %} - - -{% block right-column %} -
-
- {% cite_promo book 1 %} -
- -
-

{% trans "See" %}

- -
-
-

{% trans "Download" %}

- -
-
-{% endblock %}