diff --git a/elections/templates/elections/election_admin.html b/elections/templates/elections/election_admin.html index 59a0065..be173a3 100644 --- a/elections/templates/elections/election_admin.html +++ b/elections/templates/elections/election_admin.html @@ -85,142 +85,145 @@
{# Visibilité de l'élection #}
- {% if not election.visible %} - - - - - {% trans "Élection invisible" %} - - {% else %} - - - - - {% trans "Élection visible" %} - - {% endif %} -
- - {# Menu d'actions #} -
-