Commit 20f91adb9bf5c4fe2c2f6f6308b68136cc04c61f

Authored by Gustavo Jaruga Cruz
1 parent 1a511c6c

Fix thread filter

Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com>
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>
... ...