summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-09-06 10:39:54 -0600
committerAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-09-06 10:39:54 -0600
commit7473f0f084153a882e3a3aabfe55bbedc7a3b6a6 (patch)
tree8308697a1ce05b0a9d58c695c32679b5dc69a28e
parentad28de310f8bbd0c032f519fa79634f81a407fa0 (diff)
downloadaskbot-7473f0f084153a882e3a3aabfe55bbedc7a3b6a6.tar.gz
askbot-7473f0f084153a882e3a3aabfe55bbedc7a3b6a6.tar.bz2
askbot-7473f0f084153a882e3a3aabfe55bbedc7a3b6a6.zip
fixing an oops
-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 106a65f8..bc49222f 100644
--- a/templates/user_stats.html
+++ b/templates/user_stats.html
@@ -22,7 +22,7 @@
</span>
</a>
<div class="answer-link">
- <a href="{% url question answered_question.id %}/{{answered_question.title|slugify}}#{{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 %}