Commit 6d21f9fbf19d5956096b2ddd069ddaabf87c196a
1 parent
379fe756
Exists in
master
and in
39 other branches
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 | 21 | <ul class="unstyled-list"> |
22 | 22 | <li class="selected" title="{% trans "Remove filter" %}"> |
23 | 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 | 25 | <span class="glyphicon glyphicon-{{ filters.icon }}"></span> |
26 | 26 | {{ filters.name }} |
27 | 27 | </a> | ... | ... |