summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates/tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/skins/default/templates/tags.html')
-rw-r--r--forum/skins/default/templates/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/skins/default/templates/tags.html b/forum/skins/default/templates/tags.html
index 1bde187f..50f90fb1 100644
--- a/forum/skins/default/templates/tags.html
+++ b/forum/skins/default/templates/tags.html
@@ -46,7 +46,7 @@
<ul class="tagsList tags">
{% for tag in tags.object_list %}
<li>
- <a href="{% url forum.views.tag tag|urlencode %}" title="{% trans "see questions tagged" %}'{{ tag }}'{% trans "using tags" %}" rel="tag">
+ <a href="{% url tag_questions tag|urlencode %}" title="{% trans "see questions tagged" %}'{{ tag }}'{% trans "using tags" %}" rel="tag">
{{ tag }}
</a>&nbsp;
<span class="tag-number">&#215; {{ tag.used_count|intcomma }}</span>