diff options
Diffstat (limited to 'static/website/templates/user-questions.html')
-rw-r--r-- | static/website/templates/user-questions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/user-questions.html b/static/website/templates/user-questions.html index e3d2ab6..69b3b4b 100644 --- a/static/website/templates/user-questions.html +++ b/static/website/templates/user-questions.html @@ -5,7 +5,7 @@ {% for question in questions %} <div class="my-question"> <span class="title"> - {{ question.title }} + <a href="{% url 'website:get_question' question.id %}">{{ question.title }}</a> </span> <br> <span class="date"> |