diff --git a/elections/templates/elections/election_admin.html b/elections/templates/elections/election_admin.html index 9abb331..6f81845 100644 --- a/elections/templates/elections/election_admin.html +++ b/elections/templates/elections/election_admin.html @@ -21,70 +21,82 @@ + {% if election.start_date > current_time or election.end_date < current_time %}
- - {# Lien pour la modification et l'upload des votant·e·s #} - {% if election.start_date > current_time %}
- - - - - {% trans "Modifier" %} - -
+ - {% endif %} - {% endif %}
+ {% endif %}
diff --git a/shared/templates/base.html b/shared/templates/base.html index 61345d3..bb09bdb 100644 --- a/shared/templates/base.html +++ b/shared/templates/base.html @@ -18,9 +18,9 @@ {# #} -