diff options
-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> |