X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0cae17bec6d31806615fae59a5b3945016285fbe..2f1c330e555c24deb17b7d6018b59c52dab7aafd:/wolnelektury/templates/catalogue/breadcrumbs.html diff --git a/wolnelektury/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html new file mode 100644 index 000000000..896d9997c --- /dev/null +++ b/wolnelektury/templates/catalogue/breadcrumbs.html @@ -0,0 +1,9 @@ +{% load catalogue_tags %} +
+
    + {% for tag in tag_list %} +
  1. {{ tag }} | x
  2. + {% endfor %} +
  3. {{ search_form.q }} {{ search_form.tags }}
  4. +
+
\ No newline at end of file