refactor tagged_object_list
[wolnelektury.git] / 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 (file)
index 75576f4..0000000
+++ /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 %}
-    <link rel="alternate" type="application/atom+xml" title="{% trans "Latest MP3 audiobooks" %}" href="{% url 'audiobook_feed' 'mp3' %}" />
-    <link rel="alternate" type="application/atom+xml" title="{% trans "Latest Ogg Vorbis audiobooks" %}" href="{% url 'audiobook_feed' 'ogg' %}" />
-{% endblock %}
-
-{% block book_list_header %}{% trans "Listing of all audiobooks" %}{% endblock %}
-
-{% block book_list_info %}
-{% ssi_include 'chunk' key='audiobook-list' %}
-{% endblock %}