Fixed tooltip to set an candidate in a assignment as not elected

This commit is contained in:
Oskar Hahn 2015-05-20 08:47:04 +02:00
parent ea0b8e584f
commit 40a1b65332
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
{% if candidate in assignment.elected %}
{% if perms.assignment.can_manage_assignment %}
<a class="election_link elected tooltip-bottom" href="{% url 'assignment_user_not_elected' assignment.id candidate.person_id %}"
data-original-title="{% trans 'Mark candidate as elected' %}"></a>
data-original-title="{% trans 'Mark candidate as not elected' %}"></a>
{% else %}
<a class="elected">
<img src="{% static 'img/voting-yes.png' %}" class="tooltip-bottom" data-original-title="{% trans 'Candidate is elected' %}">