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