896d9997cbc55d6f2f931310ca43159f547d6cf9
[wolnelektury.git] / wolnelektury / templates / catalogue / breadcrumbs.html
1 {% load catalogue_tags %}
2 <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
3     <ol>
4         {% for tag in tag_list %}
5         <li class="category"><a href="{% catalogue_url tag %}">{{ tag }}</a> | <a href="{% catalogue_url tag_list -tag %}">x</a></li>
6         {% endfor %}
7         <li>{{ search_form.q }} {{ search_form.tags }} <input type="submit" value="Szukaj"/></li>
8     </ol>
9 </form>