Commit 6d21f9fbf19d5956096b2ddd069ddaabf87c196a

Authored by Luan
1 parent 379fe756

Adding fix to filter removal

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/templates/search/search.html
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 <ul class="unstyled-list"> 21 <ul class="unstyled-list">
22 <li class="selected" title="{% trans "Remove filter" %}"> 22 <li class="selected" title="{% trans "Remove filter" %}">
23 <span class="glyphicon glyphicon-remove"></span> 23 <span class="glyphicon glyphicon-remove"></span>
24 - <a href="{% pop_from_get type=type_chosen %}"> 24 + <a href="{% url 'haystack_search' %}?q={{ request.GET.q }}">
25 <span class="glyphicon glyphicon-{{ filters.icon }}"></span> 25 <span class="glyphicon glyphicon-{{ filters.icon }}"></span>
26 {{ filters.name }} 26 {{ filters.name }}
27 </a> 27 </a>