Code layout change.
[wolnelektury.git] / apps / catalogue / templates / catalogue / snippets / book_list_nav.html
diff --git a/apps/catalogue/templates/catalogue/snippets/book_list_nav.html b/apps/catalogue/templates/catalogue/snippets/book_list_nav.html
deleted file mode 100755 (executable)
index 258824d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% for index, authors in books_nav.items %}
-    <ul>
-        <li><a class="book-list-index" href="#">{{ index|upper }}</a></li>
-        <ul class="book-list-show-index">
-        {% for author in authors %}
-            <li><a href="#{{ author.slug }}">{{ author }}</a></li>
-        {% endfor %}
-        </ul>
-    </ul>
-{% endfor %}