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