X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..ff423b25bc07b9d248b3f6c0e5b7ae0c0220a19b:/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