X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4a6b5644b971d067f20fc05866b837dc30264f07..068c98b54439d470e060aa6543e09f31e51d0370:/templates/catalogue/tagged_book_list.html?ds=inline diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 3fd8e7255..68253af58 100644 --- a/templates/catalogue/tagged_book_list.html +++ b/templates/catalogue/tagged_book_list.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load catalogue pagination_tags %} +{% load catalogue_tags pagination_tags %} {% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} @@ -54,14 +54,15 @@ {% block body %}

{% title_from_tags tags %}

-
-
    - {% for tag in tags %} -
  1. {{ tag }} | x
  2. - {% endfor %} -
  3. {{ form.q }}
  4. -
-
+ {% breadcrumbs tags %} + {#
#} + {#
    #} + {# {% for tag in tags %} #} + {#
  1. {{ tag }} | x
  2. #} + {# {% endfor %} #} + {#
  3. {{ form.q }}
  4. #} + {#
#} + {#
#} {% autopaginate object_list 10 %}