Commit 640b6838db3dee43c5fc5e12fff4456ca61dd96e
1 parent
b03ffc0e
Exists in
master
and in
13 other branches
Escaping amp
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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> | ... | ... |