summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates/questions.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-06-11 01:25:47 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-06-11 01:25:47 -0400
commit7bbb038b8896413a2cff814d65a7cf2dc604e2f4 (patch)
tree2c9a0187e78cd5d6dde83b4855f080583f080137 /forum/skins/default/templates/questions.html
parent2f76b6460e0da66a2ef4251301059c84b3f5a753 (diff)
downloadaskbot-7bbb038b8896413a2cff814d65a7cf2dc604e2f4.tar.gz
askbot-7bbb038b8896413a2cff814d65a7cf2dc604e2f4.tar.bz2
askbot-7bbb038b8896413a2cff814d65a7cf2dc604e2f4.zip
added links to karma graph and badge summary to the rep and badge counters in the header
Diffstat (limited to 'forum/skins/default/templates/questions.html')
-rw-r--r--forum/skins/default/templates/questions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/skins/default/templates/questions.html b/forum/skins/default/templates/questions.html
index 78ea8885..1988f0cb 100644
--- a/forum/skins/default/templates/questions.html
+++ b/forum/skins/default/templates/questions.html
@@ -50,7 +50,7 @@
<div class="tabsC">
<span class="label">{% trans "In:" %}</span>
<a id="all" class="off" href="?scope=all" title="{% trans "see all questions" %}">{% trans "all" %}</a>
- <a id="unanswered" class="off" href="?scope=unanswered&sort=coldest" title="{% trans "see unanswered questions" %}">{% trans "unanswered" %}</a>
+ <a id="unanswered" class="off" href="?scope=unanswered&amp;sort=coldest" title="{% trans "see unanswered questions" %}">{% trans "unanswered" %}</a>
{% if request.user.is_authenticated %}
<a id="favorite" class="off" href="?scope=favorite" title="{% trans "see your favorite questions" %}">{% trans "favorite" %}</a>
{% endif %}