X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ed9de70556d27a3b15ed4a05417ba41140ebe5cc..9deab73593038a6b11d39f65e3a81c41fc2b13f9:/wolnelektury/templates/catalogue/breadcrumbs.html diff --git a/wolnelektury/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html index 9213adb9f..5aafeb974 100644 --- a/wolnelektury/templates/catalogue/breadcrumbs.html +++ b/wolnelektury/templates/catalogue/breadcrumbs.html @@ -1,24 +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 %}
- -
- + + +