X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/295648ebd45d0d2cc07ebc48d12b95b40d1dc2fa..c1c87f44a4f252023c1e7cfa6f03aaa0f2b596a3:/templates/catalogue/breadcrumbs.html?ds=sidebyside diff --git a/templates/catalogue/breadcrumbs.html b/templates/catalogue/breadcrumbs.html new file mode 100644 index 000000000..896d9997c --- /dev/null +++ b/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