X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=blobdiff_plain;f=templates%2Fadmin_votes.html;h=e3faf7283f9be72d90b182843558c923ea9b3d95;hp=786cec35fe46b1538a86987f0996bbff627b5010;hb=e3913800e8bccbdc364b7f54d28a8d8efcfa2e1b;hpb=72d30f68410d38dc843c5f54a3a5770e8cea281f diff --git a/templates/admin_votes.html b/templates/admin_votes.html index 786cec3..e3faf72 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 }}