X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fadmin_votes.html;h=14259211a9e89a8269a37b335b64f72d5076e180;hb=c3c288ea9ed3cfc8ef208cb3746bfe3715cf5a00;hp=786cec35fe46b1538a86987f0996bbff627b5010;hpb=0b580c50a8568e6927e1914d2408c296a9b30823;p=cavote.git diff --git a/templates/admin_votes.html b/templates/admin_votes.html index 786cec3..1425921 100644 --- a/templates/admin_votes.html +++ b/templates/admin_votes.html @@ -22,7 +22,7 @@ {% for vote in votes %} {{ vote.title }} - {% if vote.is_open %}Ouvert{% else %}Fermé{% endif %} + {% if vote.is_terminated %}Terminé{% else %}{% if vote.is_open %}Ouvert{% else %}Fermé{% endif %}{% endif %} {{ vote.date_end }} {{ vote.groupname }} {{ vote.category }}