diff --git a/elections/templates/elections/election_admin.html b/elections/templates/elections/election_admin.html index 03b66a7..5de14cf 100644 --- a/elections/templates/elections/election_admin.html +++ b/elections/templates/elections/election_admin.html @@ -41,6 +41,26 @@
+ {# Visibilité de l'élection #} +
+ {% if not election.visible %} + + + + + {% trans "Élection invisible" %} + + {% else %} + + + + + {% trans "Élection visible" %} + + {% endif %} +
+ + {# Menu d'actions #}