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