diff options
author | Jayaram Pai | 2013-12-18 12:27:08 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-12-18 12:27:08 +0530 |
commit | ed06f2ac18d35a70bfd97c6989c11c5de33f088d (patch) | |
tree | f18c12c4417d092389137b3d05f6463cd1f408b7 /static/website/templates/user-questions.html | |
parent | ba50e5b88b9c44938d555ae9b015494741f8e2b5 (diff) | |
download | FOSSEE-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.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"> |