Skip to content

Commit

Permalink
Merge pull request #157 from colab/fix_mailman_list
Browse files Browse the repository at this point in the history
Fix list filter
  • Loading branch information
GustJc committed Feb 15, 2016
2 parents efb5d53 + 98441b1 commit 757e091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4>{% trans 'latest'|title %}</h4>
{% endfor %}
</ul>
<div class="text-right">
<a href="{% url 'haystack_search' %}?order=latest&list={{ mailinglist.name }}&type=thread">
<a href="{% url 'haystack_search' %}?order=latest&tag={{ mailinglist.name }}&type=thread">
{% trans "more..." %}
</a>
</div>
Expand Down

0 comments on commit 757e091

Please sign in to comment.