Commit 2b9a3d041ef18196a9735163bf98b939842a7c39

Authored by Sergio Oliveira
1 parent 8c935779

Adding links to tags

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 %}
... ...