diff --git a/elections/templates/elections/election_admin.html b/elections/templates/elections/election_admin.html index 128e2a7..4ff93fe 100644 --- a/elections/templates/elections/election_admin.html +++ b/elections/templates/elections/election_admin.html @@ -81,6 +81,7 @@ {# Archivage #} + {% if not election.archived %} @@ -88,6 +89,7 @@ {% trans "Archiver" %} {% endif %} + {% endif %} {% endif %}