summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates/question.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/skins/default/templates/question.html')
-rw-r--r--forum/skins/default/templates/question.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/forum/skins/default/templates/question.html b/forum/skins/default/templates/question.html
index 34f8fd1d..fe9f5cde 100644
--- a/forum/skins/default/templates/question.html
+++ b/forum/skins/default/templates/question.html
@@ -129,7 +129,7 @@
<div id="question-controls" class="post-controls">
<div id="question-tags" class="tags">
{% for tag in question.tagname_list %}
- <a href="{% url forum.views.tag tag|urlencode %}" class="post-tag"
+ <a href="{% url tag_questions tag|urlencode %}" class="post-tag"
title="{% blocktrans with tag as tagname %}see questions tagged '{{ tagname }}'{% endblocktrans %}" rel="tag">{{ tag }}</a>
{% endfor %}
</div>
@@ -474,7 +474,7 @@
</p>
<p class="tags" >
{% for tag in tags %}
- <a href="{% url forum.views.tag tag.name|urlencode %}"
+ <a href="{% url tag_questions tag.name|urlencode %}"
title="{% trans "see questions tagged"%}'{{tag.name}}'{% trans "using tags" %}"
rel="tag">{{ tag.name }}</a> <span class="tag-number">&#215;{{ tag.used_count|intcomma }}</span><br/>
{% endfor %}