Commit 2b9a3d041ef18196a9735163bf98b939842a7c39
1 parent
8c935779
Exists in
master
and in
13 other branches
Adding links to tags
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/super_archives/templates/message-thread.html
| ... | ... | @@ -208,7 +208,7 @@ |
| 208 | 208 | <h4><strong>{% trans "Tags:" %}</strong></h4> |
| 209 | 209 | <div class="tag-cloud"> |
| 210 | 210 | {% for keyword in thread.keyword_set.all %} |
| 211 | - <a class="tag size-{{ keyword.weight }}" href="#">{{ keyword|escape }}</a> | |
| 211 | + <a class="tag size-{{ keyword.weight }}" href="{% url 'haystack_search' %}?q={{ keyword }}">{{ keyword|escape }}</a> | |
| 212 | 212 | {% endfor %} |
| 213 | 213 | </div> |
| 214 | 214 | {% endif %} | ... | ... |