summaryrefslogtreecommitdiffstats
path: root/templates/tags.html
diff options
context:
space:
mode:
authorBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-09 23:52:33 -0300
committerBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-09 23:52:33 -0300
commit2d1e60db89453f2c12132d657551090c7ea92506 (patch)
tree979ccea6ec95c87c06c824d35fb2371b7ffc1ee3 /templates/tags.html
parent039f563c62bf800304b621af490a8a4b071e5af6 (diff)
downloadaskbot-2d1e60db89453f2c12132d657551090c7ea92506.tar.gz
askbot-2d1e60db89453f2c12132d657551090c7ea92506.tar.bz2
askbot-2d1e60db89453f2c12132d657551090c7ea92506.zip
Included i18n for links site-wide. Hope there is no bit left.
Diffstat (limited to 'templates/tags.html')
-rw-r--r--templates/tags.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tags.html b/templates/tags.html
index 6f9b3aed..fa2b4201 100644
--- a/templates/tags.html
+++ b/templates/tags.html
@@ -28,8 +28,8 @@
<div class="tabBar">
<div class="headQuestions">{% trans "Tag list" %}</div>
<div class="tabsA">
- <a id="sort_name" href="/tags/?sort=name" class="off" title="{% trans "sorted alphabetically" %}">{% trans "by name" %}</a>
- <a id="sort_used" href="/tags/?sort=used" class="off" title="{% trans "sorted by frequency of tag use" %}">{% trans "by popularity" %}</a>
+ <a id="sort_name" href="{% url tags %}?sort=name" class="off" title="{% trans "sorted alphabetically" %}">{% trans "by name" %}</a>
+ <a id="sort_used" href="{% url tags %}?sort=used" class="off" title="{% trans "sorted by frequency of tag use" %}">{% trans "by popularity" %}</a>
</div>
</div>
<div id="searchtags">