diff options
author | ashwinishinde | 2015-06-23 13:05:21 +0530 |
---|---|---|
committer | ashwinishinde | 2015-06-23 13:05:21 +0530 |
commit | fff3f3cc5623ea5fdd42da87ea1e54fb9a3d7aa7 (patch) | |
tree | fc5d7e575b00adca1b0cb11c1f72278e371ce0a7 /static/website/templates/get-question.html | |
parent | bf20363adec8afed8d8e10ad7e0b641c51568cff (diff) | |
download | FOSSEE-Forum-fff3f3cc5623ea5fdd42da87ea1e54fb9a3d7aa7.tar.gz FOSSEE-Forum-fff3f3cc5623ea5fdd42da87ea1e54fb9a3d7aa7.tar.bz2 FOSSEE-Forum-fff3f3cc5623ea5fdd42da87ea1e54fb9a3d7aa7.zip |
Subject: Fixed bug from Registration page.
Description:
1) Integrity Error.
Diffstat (limited to 'static/website/templates/get-question.html')
-rw-r--r-- | static/website/templates/get-question.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index 7c93803..67ac33a 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -34,6 +34,7 @@ <span class="vote-count-post" id="show_vote_count"> {{ net_count }} </span> + {% ifequal thisUserDownvote 0 %} <img src="{% static 'website/images/down1-off.png' %}" class="vote-down" title="This question does not show any research effort; it is not useful and unclear"/> |