X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/66c3143bfd9b7676b3490c9fa73660fa4fff9fc3..c4b4a64757ba65018dc24334cb44a12ad2a4316a:/wolnelektury/templates/catalogue/breadcrumbs.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html index ecf8dbafa..b3441bac5 100644 --- a/wolnelektury/templates/catalogue/breadcrumbs.html +++ b/wolnelektury/templates/catalogue/breadcrumbs.html @@ -1,12 +1,21 @@ +{% load i18n %} {% load catalogue_tags %} -
-
    + +
    +
      {% for tag in tag_list %} -
    • {{ tag }} | x
    • +
    • + + {{ tag }} + x + +
    • {% endfor %} {% if search_form %} -
    • {{ search_form.q }} {{ search_form.tags }}
    • +
    • {{ search_form.q }} {{ search_form.tags }}
    • {% endif %} -
-
-
\ No newline at end of file + + + + +