summaryrefslogtreecommitdiffstats
path: root/templates/users_questions.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/users_questions.html')
-rw-r--r--templates/users_questions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/users_questions.html b/templates/users_questions.html
index 551b2905..7a00d82d 100644
--- a/templates/users_questions.html
+++ b/templates/users_questions.html
@@ -45,7 +45,7 @@
</a>
<div class="summary">
<h3>
- <a title="{{question.summary}}" href="{{question.get_absolute_url}}">{{question.title}}</a>
+ <a title="{{question.summary}}" href="{% url question question.id%}{{question.title|slugify}}">{{question.title}}</a>
</h3>
<div class="tags">
{% convert2tagname_list question %}