summaryrefslogtreecommitdiff
path: root/static/website/templates/user-questions.html
diff options
context:
space:
mode:
authorJayaram Pai2013-12-18 12:27:08 +0530
committerJayaram Pai2013-12-18 12:27:08 +0530
commited06f2ac18d35a70bfd97c6989c11c5de33f088d (patch)
treef18c12c4417d092389137b3d05f6463cd1f408b7 /static/website/templates/user-questions.html
parentba50e5b88b9c44938d555ae9b015494741f8e2b5 (diff)
downloadFOSSEE-Forum-ed06f2ac18d35a70bfd97c6989c11c5de33f088d.tar.gz
FOSSEE-Forum-ed06f2ac18d35a70bfd97c6989c11c5de33f088d.tar.bz2
FOSSEE-Forum-ed06f2ac18d35a70bfd97c6989c11c5de33f088d.zip
footer links and logo updated
Diffstat (limited to 'static/website/templates/user-questions.html')
-rw-r--r--static/website/templates/user-questions.html2
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">