X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..b2b4f8f39a4b15cbc3b9af7c06f75bbed9a84c88:/src/catalogue/templates/catalogue/audiobook_list.html diff --git a/src/catalogue/templates/catalogue/audiobook_list.html b/src/catalogue/templates/catalogue/audiobook_list.html deleted file mode 100644 index 75576f4ad..000000000 --- a/src/catalogue/templates/catalogue/audiobook_list.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends "catalogue/book_list.html" %} -{% load i18n %} -{% load catalogue_tags %} -{% load ssi_include from ssify %} - -{% block bodyid %}book-a-list{% endblock %} - -{% block titleextra %}{% trans "Listing of all audiobooks" %}{% endblock %} - -{% block metadescription %}Darmowe audiobooki na wolnej licencji. Lektury czytane przez znanych aktorów.{% endblock %} - -{% block extrahead %} - - -{% endblock %} - -{% block book_list_header %}{% trans "Listing of all audiobooks" %}{% endblock %} - -{% block book_list_info %} -{% ssi_include 'chunk' key='audiobook-list' %} -{% endblock %}