Commit 33b7a14c521c2e25f702a2c6304bbb109f52232b

Authored by Carlos Coêlho
2 parents 1a511c6c e04a4921

Merge branch 'fix_thread_filter' into 'master'

Fix thread filter

Fix "More" filter

See merge request !186
src/colab-spb-theme-plugin/colab_spb_theme/templates/superarchives/thread-dashboard.html
... ... @@ -25,7 +25,7 @@
25 25 {% endfor %}
26 26 </ul>
27 27 <div class="text-right">
28   - <a href="{% url 'haystack_search' %}?order=latest&list={{ mailinglist.name }}&type=thread">
  28 + <a href="{% url 'haystack_search' %}?order=latest&tag={{ mailinglist.name }}&type=thread">
29 29 {% trans "more..." %}
30 30 </a>
31 31 </div>
... ... @@ -39,7 +39,7 @@
39 39 {% endfor %}
40 40 </ul>
41 41 <div class="text-right">
42   - <a href="{% url 'haystack_search' %}?list={{ mailinglist.name }}&type=thread">
  42 + <a href="{% url 'haystack_search' %}?tag={{ mailinglist.name }}&type=thread">
43 43 {% trans "more..." %}
44 44 </a>
45 45 </div>
... ...