{% load catalogue_tags %}
<form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
<ol>
{% for tag in tag_list %}
<li class="category"><a href="{% catalogue_url tag %}">{{ tag }}</a> | <a href="{% catalogue_url tag_list -tag %}">x</a></li>
{% endfor %}
{% load catalogue_tags %}
<form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
<ol>
{% for tag in tag_list %}
<li class="category"><a href="{% catalogue_url tag %}">{{ tag }}</a> | <a href="{% catalogue_url tag_list -tag %}">x</a></li>
{% endfor %}