summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates/question_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/skins/default/templates/question_list.html')
-rw-r--r--forum/skins/default/templates/question_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/skins/default/templates/question_list.html b/forum/skins/default/templates/question_list.html
index 53633691..38ac254a 100644
--- a/forum/skins/default/templates/question_list.html
+++ b/forum/skins/default/templates/question_list.html
@@ -16,7 +16,7 @@
</div>
<div class="tags">
{% for tag in question.tagname_list %}
- <a href="{% url tag_questions tag|urlencode %}" title="{% trans "see questions tagged" %} '{{ tag }}' {% trans "using tags" %}" rel="tag">{{ tag }}</a>
+ <a href="{% url questions %}?tags={{tag|urlencode}}" title="{% blocktrans %}see questions tagged '{{ tag }}'{%endblocktrans %}" rel="tag">{{ tag }}</a>
{% endfor %}
</div>
</div>