Removed that annoying banner ;) Next year, make this an admin option.
[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         {% if search_form %}
8             <li>{{ search_form.q }} {{ search_form.tags }} <input type="submit" value="Szukaj"/></li>
9         {% endif %}
10     </ol>
11     <div class="clearboth"></div>
12 </form>