From db2d69bc5f4c93fc1e7d6cb54b92d34743343be0 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sun, 22 Aug 2021 03:52:57 +0200 Subject: [PATCH] Better mobile menu --- .../templates/elections/election_admin.html | 241 +++++++++--------- shared/templates/base.html | 189 ++++++++++---- 2 files changed, 256 insertions(+), 174 deletions(-) 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 #} -
-