X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..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 b84acdb53..000000000 --- a/apps/catalogue/templates/catalogue/book_wide.html +++ /dev/null @@ -1,84 +0,0 @@ -{% extends "catalogue/book_short.html" %} -{% load i18n %} -{% load choose_fragment download_audio tag_list custom_pdf_link_li license_icon source_name from catalogue_tags %} -{% load choose_cite from social_tags %} -{% load ssi_include from ssify %} - - -{% 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 %} -
-
- {% choose_cite book.pk as cite_promo %} - {% choose_fragment book.pk unless=cite_promo as fragment_promo %} - {{ cite_promo.if }} - {% ssi_include 'social_cite' pk=cite_promo %} - {{ cite_promo.endif }} - {{ fragment_promo.if }} - {% ssi_include 'catalogue_fragment_promo' pk=fragment_promo %} - {{ fragment_promo.endif }} -
- -
-

{% trans "See" %}

- -
-
-

{% trans "Download" %}

- -
-
-{% endblock %}