X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8236368dcf8d49214946e291300e29622fd26aaf..7c22547b97790b80fff2b0ddfe760925f98bc199:/wolnelektury/templates/catalogue/breadcrumbs.html diff --git a/wolnelektury/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html index b3441bac5..5aafeb974 100644 --- a/wolnelektury/templates/catalogue/breadcrumbs.html +++ b/wolnelektury/templates/catalogue/breadcrumbs.html @@ -1,21 +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 }}
  • {% endif %}
- -
- + + +