X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..92d8d582a4192c18d74c3f7dfb437683c62ca284:/wolnelektury/templates/catalogue/breadcrumbs.html diff --git a/wolnelektury/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html index 896d9997c..ecf8dbafa 100644 --- a/wolnelektury/templates/catalogue/breadcrumbs.html +++ b/wolnelektury/templates/catalogue/breadcrumbs.html @@ -4,6 +4,9 @@ {% for tag in tag_list %}
  • {{ tag }} | x
  • {% endfor %} -
  • {{ search_form.q }} {{ search_form.tags }}
  • + {% if search_form %} +
  • {{ search_form.q }} {{ search_form.tags }}
  • + {% endif %} +
    \ No newline at end of file