summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-09-06 10:36:17 -0600
committerAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-09-06 10:36:17 -0600
commitad28de310f8bbd0c032f519fa79634f81a407fa0 (patch)
tree1842d0e4a2e7d4ad46be36e3f5eb6c9b309765d8
parent74d818c51c42ae0b3111462b201d25e29a2f1197 (diff)
downloadaskbot-ad28de310f8bbd0c032f519fa79634f81a407fa0.tar.gz
askbot-ad28de310f8bbd0c032f519fa79634f81a407fa0.tar.bz2
askbot-ad28de310f8bbd0c032f519fa79634f81a407fa0.zip
fixing another url bug
-rw-r--r--templates/user_stats.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_stats.html b/templates/user_stats.html
index 07578cb7..106a65f8 100644
--- a/templates/user_stats.html
+++ b/templates/user_stats.html
@@ -22,7 +22,7 @@
</span>
</a>
<div class="answer-link">
- <a href="{% url questions %}{{answered_question.id}}/{{answered_question.title}}#{{answered_question.answer_id}}">{{answered_question.title}}</a>
+ <a href="{% url question answered_question.id %}/{{answered_question.title|slugify}}#{{answered_question.answer_id}}">{{answered_question.title}}</a>
{% if answered_question.comment_count %}
<span>
{% blocktrans with answered_question.comment_count as comment_count %}the answer has been commented {{ comment_count }} times{% endblocktrans %}