Commit 20f91adb9bf5c4fe2c2f6f6308b68136cc04c61f
1 parent
1a511c6c
Exists in
master
and in
2 other branches
Fix thread filter
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/templates/superarchives/thread-dashboard.html
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | {% endfor %} | 25 | {% endfor %} |
26 | </ul> | 26 | </ul> |
27 | <div class="text-right"> | 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 | {% trans "more..." %} | 29 | {% trans "more..." %} |
30 | </a> | 30 | </a> |
31 | </div> | 31 | </div> |