X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..20be4d9d8dad31ecbda183f4b5c74c9d80799f72:/wolnelektury/templates/catalogue/breadcrumbs.html?ds=sidebyside 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