X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/263e2a71c685149e406d7bee1de93b362970a88f..032889045439986dc8506267cbb68643473970ff:/wolnelektury/templates/catalogue/breadcrumbs.html diff --git a/wolnelektury/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html index 000625b69..2d471b29f 100644 --- a/wolnelektury/templates/catalogue/breadcrumbs.html +++ b/wolnelektury/templates/catalogue/breadcrumbs.html @@ -1,13 +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 +