From 0dc43c0cbd73e6c9b981ca2fa3bcaaf377955cbe Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 23 Mar 2021 12:46:38 +0100 Subject: [PATCH] =?UTF-8?q?On=20utilise=20un=20dropdown=20pour=20les=20par?= =?UTF-8?q?am=C3=A8tres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/elections/election_admin.html | 122 ++++++++++-------- shared/templates/base.html | 27 +++- 2 files changed, 93 insertions(+), 56 deletions(-) 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 %} + - {% 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 @@ {# #} -