summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %}