X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ea79d284625af50707b7b637d9ee8e8e672a6c19..2f1c330e555c24deb17b7d6018b59c52dab7aafd:/templates/catalogue/book_list.html diff --git a/templates/catalogue/book_list.html b/templates/catalogue/book_list.html deleted file mode 100644 index 19bddcc7b..000000000 --- a/templates/catalogue/book_list.html +++ /dev/null @@ -1,39 +0,0 @@ -{% extends "base.html" %} -{% load catalogue chunks %} - -{% block bodyid %}book-a-list{% endblock %} - -{% block title %}Alfabetyczny spis utworów w WolneLektury.pl{% endblock %} - -{% block extrahead %} - -{% endblock %} - -{% block body %} -

Alfabetyczny spis utworów

-
-
    -
  1. Alfabetyczny spis utworów | x
  2. -
  3. {{ form.q }}
  4. -
-
- -
- {% for first_letter, group in books_by_first_letter.items %} -
-

{{ first_letter }}

-
    - {% for book in group %} -
  1. {{ book.title }}
  2. - {% endfor %} -
-
- {% endfor %} -
-{% endblock %}