summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates/users_questions.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/skins/default/templates/users_questions.html')
-rw-r--r--forum/skins/default/templates/users_questions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/skins/default/templates/users_questions.html b/forum/skins/default/templates/users_questions.html
index be6aaf7d..99a7f90c 100644
--- a/forum/skins/default/templates/users_questions.html
+++ b/forum/skins/default/templates/users_questions.html
@@ -31,7 +31,7 @@
{% convert2tagname_list question %}
{% for tag in question.tagnames %}
<!--todo - move trans below to blocktrans -->
- <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 class="started">