diff options
author | ashwini shinde | 2015-09-28 15:50:45 +0530 |
---|---|---|
committer | ashwini shinde | 2015-09-28 15:50:45 +0530 |
commit | 2c03e6b8de3989054598dfb5ef69c35c08ecbbec (patch) | |
tree | 641d0d0b7fe801fc60baf04f848db2ce6bfad2bc | |
parent | bacee20d83e33674b12cd87ee75d1d14f6810610 (diff) | |
download | FOSSEE-Forum-2c03e6b8de3989054598dfb5ef69c35c08ecbbec.tar.gz FOSSEE-Forum-2c03e6b8de3989054598dfb5ef69c35c08ecbbec.tar.bz2 FOSSEE-Forum-2c03e6b8de3989054598dfb5ef69c35c08ecbbec.zip |
Update get-question.html
-rw-r--r-- | static/website/templates/get-question.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index e7b3fe7..b8049a0 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -35,9 +35,9 @@ {% 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"/> + <img src="{% static 'website/images/down1-off.png' %}" class="vote-down" /> {% else %} - <img src="{% static 'website/images/down1-on.png' %}" class="vote-down selected" title="This question does not show any research effort; it is not useful and unclear"/> + <img src="{% static 'website/images/down1-on.png' %}" class="vote-down selected" /> {% endifequal %} </div> |