Commit 8778b84596f3714add101a82444b7feb1338ad04
Exists in
master
and in
39 other branches
Merge branch 'master' of github.com:TracyWebTech/colab
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
src/super_archives/templates/message-thread.html
src/templates/home.html
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | {% include "message-preview.html" with result=thread.latest_message %} |
73 | 73 | {% endfor %} |
74 | 74 | </ul> |
75 | - <a href="{% url 'haystack_search' %}?type=thread&order=latest"> | |
75 | + <a href="{% url 'haystack_search' %}?type=thread&order=latest"> | |
76 | 76 | {% trans "View more discussions..." %} |
77 | 77 | </a> |
78 | 78 | <div> </div> | ... | ... |