Commit 190e7c6a816bcf817e0f0e600a5557945e37722e

Authored by Luan
2 parents 53f04e56 1eb77eb2

Merge branch 'master' into bio_field_on_userprofile

src/accounts/templates/accounts/user_detail.html
@@ -65,7 +65,7 @@ @@ -65,7 +65,7 @@
65 {% if user_.mailinglists %} 65 {% if user_.mailinglists %}
66 <b>{% trans 'Groups: ' %}</b> 66 <b>{% trans 'Groups: ' %}</b>
67 {% for list in user_.mailinglists %} 67 {% for list in user_.mailinglists %}
68 - <span class="label label-primary">{{ list }}</span> 68 + <a href="{% url 'haystack_search' %}?order=latest&amp;type=thread&amp;list={{ list }}"><span class="label label-primary">{{ list }}</span></a>
69 {% endfor %} 69 {% endfor %}
70 {% endif %} 70 {% endif %}
71 71